gjy 2 роки тому
батько
коміт
cea53bbaa1
3 змінених файлів з 16 додано та 5 видалено
  1. 2 1
      config/index.js
  2. 10 0
      pages/mine/index.vue
  3. 4 4
      pages/mine/myAccount/withdrawal.vue

+ 2 - 1
config/index.js

@@ -1,5 +1,6 @@
 const dev = {
-	baseUrlNew: 'https://apitest.eliangeyun.com',
+	baseUrlNew: 'https://api.changyuntong56.com',
+	// baseUrlNew: 'https://apitest.eliangeyun.com',
 	// baseUrlNew: 'http://192.168.110.9:8099',
 	// baseUrlNew: 'https://apitest.eliangeyun.com',
 	// baseUrlNew: 'http://192.168.110.67:8999/',

+ 10 - 0
pages/mine/index.vue

@@ -105,6 +105,16 @@
 					<!-- <u-icon name="arrow-right" color="#7E7E7E" size="10"></u-icon> -->
 				</view>
 			</view>
+			<view class="flex flex-space-between content1-item" @click="$helper.contactCustomerService()">
+				<view class="flex align-center">
+					<u--image style='margin-right:8px;' :showLoading="true" src="../../static/images/mine/kf.png"
+						width="20px" height="20px"></u--image>
+					<view>联系客服</view>
+				</view>
+				<view>
+					<image class='right' src="@/static/mine/right.png" mode=""></image>
+				</view>
+			</view>
 			<view class="flex flex-space-between content1-item"
 				@click="goDetailPage('/pages/mine/helpDescription',true)">
 				<view class='flex items-center'>

+ 4 - 4
pages/mine/myAccount/withdrawal.vue

@@ -55,7 +55,7 @@
 				<view class="left-text">收款方</view>
 				<view class="flex right-text">
 					<u--input placeholder="自动获取" inputAlign='right' border="none" clearable
-						v-model="formInfo.cardholderName">
+						v-model="formInfo.payeeName">
 					</u--input>
 				</view>
 			</view>
@@ -101,7 +101,7 @@
 				this.formInfo.bankDeposit = obj.bankDeposit
 				this.formInfo.bankDepositBranch = obj.bankDepositBranch
 				this.formInfo.bankCard = obj.bankCard
-				this.formInfo.cardholderName = obj.cardholderName
+				this.formInfo.payeeName = obj.cardholderName
 				this.bankNo = obj.bankCard.substring(obj.bankCard.length - 4)
 			} else {
 				this.defaultBank()
@@ -119,7 +119,7 @@
 						this.formInfo.bankDeposit = res.data.bankDeposit
 						this.formInfo.bankDepositBranch = res.data.bankDepositBranch
 						this.formInfo.bankCard = res.data.bankCard
-						this.formInfo.cardholderName = res.data.cardholderName
+						this.formInfo.payeeName = res.data.cardholderName
 						this.bankNo = res.data.bankCard.substring(res.data.bankCard.length - 4)
 					}
 					this.$forceUpdate()
@@ -183,7 +183,7 @@
 					})
 					return true
 				}
-				if (uni.$u.test.isEmpty(this.formInfo.bankCard)) {
+				if (uni.$u.test.isEmpty(this.formInfo.payeeName)) {
 					this.$refs.uToast.show({
 						type: 'error',
 						message: "收款人姓名不能为空!",