Преглед изворни кода

更新余额展示文案和入口

dockerops-kalven пре 4 дана
родитељ
комит
cd73d1e92d

+ 2 - 2
packageUser/pages/user/cash/cash.json

@@ -1,7 +1,7 @@
 {
-  "navigationBarTitleText": "佣金",
+  "navigationBarTitleText": "余额",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   },
   "backgroundColor": "#f3f3f3"
-}
+}

+ 5 - 5
packageUser/pages/user/cash/cash.wxml

@@ -1,14 +1,14 @@
 <view class="bg">
   <view class="radish-top">
 	<view class="wd-list" bindtap="goWithdrawClick">提现记录</view>
-    <view class="radish-top__title">我的佣金</view>
+    <view class="radish-top__title">我的余额</view>
     <view class="radish-top__count">{{balance / 100}}</view>
 	<view class="radish-top__btn22" bindtap="getBankInfoAndTip">点击提现</view>
     <!--<navigator url="/packageUser/pages/user/exchange/exchange" >
-      <view class="radish-top__btn">兑换佣金</view>
+	      <view class="radish-top__btn">兑换余额</view>
     </navigator>-->
-    <navigator url="/packageUser/pages/user/buy/buy" >
-      <view class="radish-top__btn1">购买佣金</view>
+    <navigator url="/packageUser/pages/user/recharge/recharge" >
+      <view class="radish-top__btn1">充值余额</view>
     </navigator>
   </view>
   <view class="radish-main">
@@ -19,7 +19,7 @@
         <view class="radish-main__time"><format-time type="formatTime" value="{{item.ctime}}" ></format-time></view>
         <view class="clean"></view>
       </view>
-      <view class="radish-main__count">{{item.count / 100}}佣金</view>
+      <view class="radish-main__count">{{item.count / 100}}余额</view>
     </view>
   </view>
   

+ 2 - 2
packageUser/pages/user/cashDetail/cashDetail.json

@@ -1,6 +1,6 @@
 {
-  "navigationBarTitleText": "佣金",
+  "navigationBarTitleText": "余额",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   }
-}
+}

+ 2 - 2
packageUser/pages/user/cashDetail/cashDetail.wxml

@@ -2,7 +2,7 @@
   <view class="radishDetail">
     <view class="radishDetail-count">
       <view class="radishDetail-count__title">数量</view>
-      <view class="radishDetail-count__value">{{detail.count / 100}}佣金</view>
+      <view class="radishDetail-count__value">{{detail.count / 100}}余额</view>
       <view class="clean"></view>
     </view>
     <view class="radishDetail-line">
@@ -21,7 +21,7 @@
       <view class="clean"></view>
     </view>
 <!--     <view class="radishDetail-line">
-      <view class="radishDetail-line__title">剩余佣金</view>
+      <view class="radishDetail-line__title">剩余余额</view>
       <view class="radishDetail-line__value ellipsis">此字段接口无返回</view>
       <view class="clean"></view>
     </view> -->

+ 2 - 2
packageUser/pages/user/invite/contribution/contribution.wxml

@@ -29,7 +29,7 @@
     <view class="con-no-top">您还不是合伙人?</view>
     <view class="con-no-main">
       <view class="con-no-maintext">正式成为合伙人 ,</view>
-      <view class="con-no-maintext1">享<text style="color:#fe685a">额外1%</text>商品佣金及<text style="color:#fe685a">二级分佣资格</text>有福利 !</view>
+      <view class="con-no-maintext1">享<text style="color:#fe685a">额外1%</text>商品余额及<text style="color:#fe685a">二级分佣资格</text>有福利 !</view>
       <view class="con-no-maintext2">同时将有机会享有<text style="color:#fe685a">凤凰菁选商城股份</text> !</view>
       <view class="con-no-mainbtn" bindtap="becomepartner" wx:if="{{!itshow}}">成为合伙人</view>
       <view class="con-no-mainbtn" style="background:#ccc" wx:if="{{itshow}}">成为合伙人</view>
@@ -81,4 +81,4 @@
     <view class="p-nobtn" bindtap="hidedialog">暂 不 参 与</view>
   </view>
   <view class="p-bg"></view>
-</view>
+</view>

+ 2 - 2
packageUser/pages/user/order/order.wxml

@@ -115,8 +115,8 @@
 	      </view>
 		  
 		  <view style="overflow: hidden;width: 100%;">
-			<view class="orderDetail-payPrice__title">佣金抵扣</view>
-			<text class="orderDetail-payPrice__count">-{{order.paied_cash / 100}}佣金</text>
+			<view class="orderDetail-payPrice__title">余额抵扣</view>
+			<text class="orderDetail-payPrice__count">-{{order.paied_cash / 100}}余额</text>
 		  </view>
 				  
 				  

+ 2 - 2
packageUser/pages/user/radish/radish.json

@@ -1,7 +1,7 @@
 {
-  "navigationBarTitleText": "佣金",
+  "navigationBarTitleText": "提货券",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   },
   "backgroundColor": "#f3f3f3"
-}
+}

+ 2 - 2
packageUser/pages/user/silver/silver.wxml

@@ -3,10 +3,10 @@
     <view class="radish-top__title">我的银豆</view>
     <view class="radish-top__count">{{balance / 100}}</view>
     <!--<navigator url="/packageUser/pages/user/exchange/exchange" >
-      <view class="radish-top__btn">兑换佣金</view>
+      <view class="radish-top__btn">兑换余额</view>
     </navigator>-->
     <!-- <navigator url="/packageUser/pages/user/buy/buy" >
-      <view class="radish-top__btn1">购买佣金</view>
+      <view class="radish-top__btn1">充值余额</view>
     </navigator> -->
   </view>
   <view class="silver-help-height"></view>

+ 1 - 1
packageUser/pages/user/silverDetail/silverDetail.wxml

@@ -21,7 +21,7 @@
       <view class="clean"></view>
     </view>
 <!--     <view class="radishDetail-line">
-      <view class="radishDetail-line__title">剩余佣金</view>
+      <view class="radishDetail-line__title">剩余余额</view>
       <view class="radishDetail-line__value ellipsis">此字段接口无返回</view>
       <view class="clean"></view>
     </view> -->

+ 2 - 2
packageUser/pages/user/transfer/transfer.json

@@ -1,4 +1,4 @@
 {
-  "navigationBarTitleText": "佣金转换",
+  "navigationBarTitleText": "余额转换",
   "backgroundColor": "#f3f3f3"
-}
+}

+ 1 - 1
packageUser/pages/user/transfer/transfer.wxml

@@ -22,7 +22,7 @@
     </button>
     <p class="submittips">说明:</p>
     <p class="submittips">1.转账后 请到 <a bindtap="toTransferList" style="color: #eab86a;">转账明细</a> 查看明细。</p>
-    <p class="submittips">2.转账将扣除相应金额的佣金,增加转帐金额2倍的提货券。</p>
+    <p class="submittips">2.转账将扣除相应金额的余额,增加转帐金额2倍的提货券。</p>
     
   </form>
 </view>

+ 2 - 2
packageUser/pages/user/transfer/transferList/transferList.wxml

@@ -23,7 +23,7 @@
 
     <view class="withdraw-info" wx:key="{{index}}" wx:for="{{cashList}}">
       <view class="withdraw-goods">
-        <view class="name"><!-- 【{{item.source_name}}】{{item.remark}} -->佣金转提货券
+        <view class="name"><!-- 【{{item.source_name}}】{{item.remark}} -->余额转提货券
         <view class="money"><currency  value="{{item.count}}" ></currency>元</view>
         </view>
         <view class="clean"></view>
@@ -38,4 +38,4 @@
     </view>
   </view>
 
-</view>
+</view>

+ 2 - 2
pages/pay/pay.js

@@ -45,7 +45,7 @@ Page({
 	pickid:0,
 	has_unuse_quan:false,
 	use_silver:0,
-	pay_cash:0,//佣金抵扣
+	pay_cash:0,//余额抵扣
 	freight_limit:9900,
 	unquan_silver:0,//不能使用提货券抵扣的银豆
 	
@@ -822,7 +822,7 @@ Page({
      var params = {
 		'order_id':that.data.orderId,
 		'use_coupon':true, //是否使用提货券
-		'use_balance':that.data.useCash, //是否使用佣金
+		'use_balance':that.data.useCash, //是否使用余额
 		'pick_way':that.data.receivetype, //自提方式
      }
      var success = function (res) {

+ 4 - 4
pages/pay/pay.wxml

@@ -176,7 +176,7 @@
 	<view class="pay-payway-item" wx:if="{{cashInfo.available > 0 && payData.pay_way == ''}}">
 		<view class="pay-payway-balance fl">
 	      <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/yongjin.png"></image>
-	      <text >佣金抵扣 (剩余:{{cashInfo.available / 100}})</text>
+	      <text >余额抵扣 (剩余:{{cashInfo.available / 100}})</text>
 	    </view>
 	    <view class="fr pay-balance-cash" wx:if="{{!payData.shut_wechat}}">
 			<!-- <text class="pay-circle">
@@ -299,10 +299,10 @@
 	  
 	  <!-- <view wx:if="{{payData.paied_cash>0 || pay_cash>0}}"> -->
 		  <view wx:if="{{payQueryData && payQueryData['FirstPay'] && useCash}}" style="padding:15rpx;text-align:right">
-			使用佣金抵扣 <text style="color:#F00">-{{payQueryData['PayBalance'] / 100}}</text> 佣金
+			使用余额抵扣 <text style="color:#F00">-{{payQueryData['PayBalance'] / 100}}</text> 余额
 		  </view>
 		  <view wx:if="{{payQueryData && !payQueryData['FirstPay']}}" style="padding:15rpx;text-align:right">
-			使用佣金抵扣 <text style="color:#F00">-{{payData.paied_cash/100}}</text> 佣金
+			使用余额抵扣 <text style="color:#F00">-{{payData.paied_cash/100}}</text> 余额
 		  </view>
 	  <!-- </view> -->
 	  
@@ -399,4 +399,4 @@
     <view class="btn-confirm" bindtap="onConfirm" data-status="confirm">前往兑换</view>
   </view>
 </view>
--->
+-->

+ 18 - 17
pages/user/all/all.wxml

@@ -57,16 +57,21 @@
         <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
         <view class="user-points__num">{{integral / 100}}</view>
       </view> -->
-	  <!-- <view class="user-points" bindtap="toCashList">
-		  <view class="user-points__title">我的收入</view>
-		  <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
-		  <view class="user-points__num">{{cashbalance / 100}}</view>
-		</view> -->
-      <view class="user-points" bindtap="toRadish">
-        <view class="user-points__title">我的提货券</view>
-        <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
-        <view class="user-points__num">{{balance / 100}}</view>
-      </view>
+		  <!-- <view class="user-points" bindtap="toCashList">
+		    <view class="user-points__title">我的余额</view>
+		    <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
+		    <view class="user-points__num">{{cashbalance / 100}}</view>
+		  </view> -->
+	      <view class="user-points" bindtap="toRadish">
+	        <view class="user-points__title">我的提货券</view>
+	        <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
+	        <view class="user-points__num">{{balance / 100}}</view>
+	      </view>
+	      <view class="user-points" bindtap="toCash">
+	        <view class="user-points__title">我的余额</view>
+	        <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
+	        <view class="user-points__num">{{cashbalance / 100}}</view>
+	      </view>
       <view class="user-luobo">
       <!--
         <navigator url="/packageUser/pages/user/exchange/exchange">
@@ -149,13 +154,9 @@
         <view class="user-line__title">我的推广</view>
         <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
       </view> -->
-      <view class="user-line" bindtap="toCash" style="border:0;" wx:if="{{userInfo.show_invite_mode}}">
-        <view class="user-line__title">我的收入</view>
-        <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
-      </view>
-	  <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
-	    <view class="user-line__title">我的提成</view>
-	    <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
+		  <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
+		    <view class="user-line__title">我的提成</view>
+		    <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
 	  </view>
     </view>
     <view class="user-padding">