소스 검색

no message

xiaoxin 3 주 전
부모
커밋
d39b515236
3개의 변경된 파일29개의 추가작업 그리고 9개의 파일을 삭제
  1. 13 7
      common/config.js
  2. 13 1
      my/other/cashDetail.vue
  3. 3 1
      my/publish/goods.vue

+ 13 - 7
common/config.js

@@ -5,13 +5,12 @@
 // const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"; //联系客服
 // const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"; //聊天
 
-
-const ROOTPATHA = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";
-const ROOTPATH = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATH1 = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
-const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss-test/websocket/"; //联系客服
-const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
+// const ROOTPATHA = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";
+// const ROOTPATH = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATH1 = "https://mxys.chuanghai-tech.com/wm-test/wm-api/sqx_fast";
+// const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss-test/websocket/"; //联系客服
+// const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
 
 // const ROOTPATHA = "http://192.168.161.190:8171/sqx_fast";
 // const ROOTPATHASSS = "https://mxys.chuanghai-tech.com/wm-test/wm-api";
@@ -20,6 +19,13 @@ const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
 // const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss-test/websocket/"; //联系客服
 // const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss-test/ordersChat/"; //聊天
 
+const ROOTPATHA = "https://chtech.ncjti.edu.cn/wmtest/sqx_fast/";
+const ROOTPATHASSS = "https://mxys.chuanghai-tech.com";
+const ROOTPATH = "https://chtech.ncjti.edu.cn/wmtest/sqx_fast/";
+const ROOTPATH1 = "https://chtech.ncjti.edu.cn/wmtest/sqx_fast/";
+const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"; //联系客服
+const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"; //聊天
+
 
 module.exports = {
 	APIHOSTsss: ROOTPATHASSS,

+ 13 - 1
my/other/cashDetail.vue

@@ -40,7 +40,7 @@
 				</view>
 			</view>
 
-			<view style="margin-top: 59upx" class="padding-lr margin-lr-sm">
+			<view style="margin-top: 59upx; background-color: #fff" class="padding-lr margin-lr-sm">
 				<view class="yinghang">提现银行卡信息</view>
 				<view style="color: #333333; text-align: left">
 					银行卡号:
@@ -58,6 +58,18 @@
 					商户号:
 					<text class="yinghang2">{{ yingNumber }}</text>
 				</view>
+				<view style="color: #333333; text-align: left">
+					每日提现次数:
+					<text class="yinghang2">不限</text>
+				</view>
+				<view style="color: #333333; text-align: left">
+					可提现时间:
+					<text class="yinghang2">工作日全天</text>
+				</view>
+				<view style="color: #333333; text-align: left">
+					到账时间:
+					<text class="yinghang2">48小时内</text>
+				</view>
 				<!-- <view class="flex justify-between margin-bottom-xl" v-for="(item,index) in openLists" :key="index">
 					<view class="flex align-center">
 						<image :src="item.image" style="width:23px;height:20px"></image>

+ 3 - 1
my/publish/goods.vue

@@ -786,7 +786,9 @@ export default {
 						this.list = res.data
 						this.list.forEach((res) => {
 							res.ruleValue.forEach((ret) => {
-								ret.detail = ret.detail.split(',')
+								if (ret.detail) {
+									ret.detail = ret.detail.split(',')
+								}
 								ret.detail1 = ret.detail
 							})
 						})