junyuanz преди 5 години
родител
ревизия
eb0640a159

+ 1 - 1
packageUser/pages/user/buy/buy.json

@@ -1,4 +1,4 @@
 {
- "navigationBarTitleText": "购买代金券",
+ "navigationBarTitleText": "购买提货券",
  "disableScroll": true
 }

+ 4 - 4
packageUser/pages/user/buy/buy.wxml

@@ -1,7 +1,7 @@
 <view class="buy-bg">
   <navigator url="/packageUser/pages/user/radish/radish" >
     <view class="buy-top">
-      <text class="buy-luobo-text">我的代金券</text>
+      <text class="buy-luobo-text">我的提货券</text>
       <view class="buy-luobo-count">{{balance / 100}}</view>
     </view>
   </navigator>
@@ -9,7 +9,7 @@
   <!--
   <view class="buy-chong-park">
     <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:97%">
-      <view class="chong-luobo-count">4200代金券</view>
+      <view class="chong-luobo-count">4200提货券</view>
       <view class="chong-luobo-money">¥3000</view>
     </view>
   </view>
@@ -25,10 +25,10 @@
     <view class="other-part-input">
       <text class="chongzhi">充值</text>
       <input class="input" type="number" value="{{luoboCount}}" bindinput="bindKeyInput" placeholder="请输入数量" placeholder-style="color:#b8c6d9;font-size:32rpx;text-align:center"/>
-      <text class="chongzhi-luobo">代金券</text>
+      <text class="chongzhi-luobo">提货券</text>
     </view>
    
-    <view class="other-buy-luobo" bindtap="{{!buttonClicked?'toWeixin':''}}">买代金券</view>
+    <view class="other-buy-luobo" bindtap="{{!buttonClicked?'toWeixin':''}}">买提货券</view>
   </view>
   -->
 </view>

+ 4 - 4
packageUser/pages/user/exchange/exchange.js

@@ -219,14 +219,14 @@ Page({
             }
           } else {
             wx.showToast({
-              title: '请以' + that.data.curItem.labi_range + '的倍数输入代金券数',
+              title: '请以' + that.data.curItem.labi_range + '的倍数输入提货券数',
               icon: 'none',
               duration: 2000
             })
           }
         } else {
           wx.showToast({
-            title: '代金券余额不足~',
+            title: '提货券余额不足~',
             icon: 'none',
             duration: 2000
           })
@@ -234,7 +234,7 @@ Page({
       }
     } else {
       wx.showToast({
-        title: '请输入兑换的代金券~',
+        title: '请输入兑换的提货券~',
         icon: 'none',
         duration: 2000
       })
@@ -433,7 +433,7 @@ Page({
       })
     } else {
       wx.showToast({
-        title: '兑换代金券数量不对',
+        title: '兑换提货券数量不对',
         icon: 'none',
         duration: 2000
       })

+ 1 - 1
packageUser/pages/user/exchange/exchange.json

@@ -1,4 +1,4 @@
 {
-  "navigationBarTitleText": "代金券兑换代金券",
+  "navigationBarTitleText": "提货券兑换提货券",
   "backgroundColor": "#f3f3f3"
 }

+ 14 - 14
packageUser/pages/user/exchange/exchange.wxml

@@ -1,6 +1,6 @@
 <view class="exchange-top">
   <view class="exchange-top-content">
-    <text class="exchange-top-radish">我的代金券</text>
+    <text class="exchange-top-radish">我的提货券</text>
     <text class="exchange-top-count" wx:if="{{bindTel}}">{{balanceInfo.total}}</text>
     <view wx:if="{{!bindTel}}">
       <view class="user-title">
@@ -11,10 +11,10 @@
       </navigator>
     </view>
     <navigator url="/packageUser/pages/user/buy/buy" wx:if="{{bindTel}}">
-      <view class="exchange-top-btn">购买代金券</view>
+      <view class="exchange-top-btn">购买提货券</view>
     </navigator>
     <navigator url="/packageUser/pages/user/otherbind/otherbind" wx:if="{{!bindTel}}">
-      <view class="exchange-top-btn">购买代金券</view>
+      <view class="exchange-top-btn">购买提货券</view>
     </navigator>
   </view>
 
@@ -28,7 +28,7 @@
   </swiper>
 
   <view class="exchange-tip">
-    <view class="exchange-tip-info">代金券是指用户在其他企业大使以个人手机注册账号的代金券。</view>
+    <view class="exchange-tip-info">提货券是指用户在其他企业大使以个人手机注册账号的提货券。</view>
   </view>
 
   <view class="exchange-title">
@@ -67,29 +67,29 @@
     <!-- <view> -->
       <view wx:if="{{bindTel}}">
         <view class="exchange-integral" wx:if="{{!show}}">
-          <text class="exchange-integral-title">现有代金券</text>
+          <text class="exchange-integral-title">现有提货券</text>
           <text class="exchange-integral-count">{{originInToTal}}</text>
           <view class="clean"></view>
         </view>
 
         <view class="exchange-integral" wx:if="{{!show}}">
-          <text class="exchange-integral-title">将消耗代金券</text>
+          <text class="exchange-integral-title">将消耗提货券</text>
           <text class="exchange-integral-count">{{useIntegral}}</text>
           <view class="clean"></view>
         </view>
       </view>
       <view wx:if="{{!bindTel}}">
         <view class="exchange-integral1" wx:if="{{!show}}">
-          <text class="exchange-integral-title">现有代金券</text>
-          <text class="exchange-integral-text">尚未绑定手机 , 无法获取代金券数据</text>
+          <text class="exchange-integral-title">现有提货券</text>
+          <text class="exchange-integral-text">尚未绑定手机 , 无法获取提货券数据</text>
           <view class="clean"></view>
         </view>
       </view>
       <view class="exchange-radish">
         <view class="left">
-          <text class="fl">汇兑代金券</text>
+          <text class="fl">汇兑提货券</text>
           <input wx:if="{{!originInToTal}}" type="number" value="{{radishCount}}" bindinput="radishCountInput" disabled="{{!show}}" />
-          <input wx:if="{{originInToTal}}" type="number" bindinput="radishCountInput" value="{{radishCount}}" placeholder="请输入兑换代金券数" />
+          <input wx:if="{{originInToTal}}" type="number" bindinput="radishCountInput" value="{{radishCount}}" placeholder="请输入兑换提货券数" />
         </view>
         <view class="right" wx:if="{{originInToTal}}">
           <view class="bg fl" style="margin-right: 36rpx;" bindtap="minus">
@@ -144,11 +144,11 @@
     </view>
   </view>
 
-  <!-- 查询移动代金券验证码 -->
+  <!-- 查询移动提货券验证码 -->
   <view class="pwdDialog" wx:if="{{ydCodeDialog}}">
     <view class="ydDialog-panel">
       <view class="pwdDialog-hearder">
-        <text>请输入获取移动代金券验证码</text>
+        <text>请输入获取移动提货券验证码</text>
         <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/closed.jpg" bindtap="ydDialog"></image>
       </view>
 
@@ -168,11 +168,11 @@
     </view>
   </view>
 
-  <!-- 汇兑移动代金券验证码 -->
+  <!-- 汇兑移动提货券验证码 -->
   <view class="pwdDialog" wx:if="{{ydExchangeDialog}}">
     <view class="ydDialog-panel">
       <view class="pwdDialog-hearder">
-        <text>请输入汇兑移动代金券验证码</text>
+        <text>请输入汇兑移动提货券验证码</text>
         <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/closed.jpg" bindtap="ydExDialog"></image>
       </view>
 

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

@@ -8,7 +8,7 @@
       <view class="fund__btn withdrawNot" wx:if="{{!cashTotal.available}}">暂无提现</view>
       <!--<view class="fund__btn recharge" bindtap="goRechargeClick">充值</view>-->
       
-      <view class="fund__btn withdraw" bindtap="toTransfer" disabled="{{cashTotal.available}}">转代金券</view>
+      <view class="fund__btn withdraw" bindtap="toTransfer" disabled="{{cashTotal.available}}">转提货券</view>
       <view class="clean"></view>
     </view>
     <view wx:if="{{false}}">

+ 1 - 1
packageUser/pages/user/integralDetail/integralDetail.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "代金券",
+  "navigationBarTitleText": "提货券",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   }

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

@@ -53,7 +53,7 @@
     
     <view class="orderDetail-discount">
 <!--       <view class="orderDetail-discount__title">抵扣</view>
-      <view class="orderDetail-discount__count">-¥1000<text class="orderDetail-discount__point">(100000代金券)</text></view> -->
+      <view class="orderDetail-discount__count">-¥1000<text class="orderDetail-discount__point">(100000提货券)</text></view> -->
       <view class="clean"></view>
     </view>
     <view class="yunfei">
@@ -68,8 +68,8 @@
       <view class="orderDetail-payPrice__count" wx:if="{{order.status === 'unpay'}}">
         <currency style="float: left;height: 80rpx;" symbol="¥" value="{{order.product.price * order.count}}"></currency>
         <view style="float: left;height: 80rpx;margin-left: 5rpx;" wx:if="{{order.product.robo_balance_price}}"> 
-      或 {{order.product.robo_balance_price * order.count / 100}}代金券</view>
-        <view style="float: left;height: 80rpx;margin-left: 5rpx;" wx:if="{{order.product.mall_balance_price}}">或 {{order.product.mall_balance_price * order.count / 100}}代金券</view>
+      或 {{order.product.robo_balance_price * order.count / 100}}提货券</view>
+        <view style="float: left;height: 80rpx;margin-left: 5rpx;" wx:if="{{order.product.mall_balance_price}}">或 {{order.product.mall_balance_price * order.count / 100}}提货券</view>
       </view>
       -->
       <view wx:if="{{order.status === 'unpay'}}">
@@ -85,8 +85,8 @@
 	      </view>
 	      
 	      <view style="overflow: hidden;width: 100%;">
-	      	<view class="orderDetail-payPrice__title">代金券抵扣</view>
-	      	<text class="orderDetail-payPrice__count">{{order.coupon_price / 100}}代金券</text>
+	      	<view class="orderDetail-payPrice__title">提货券抵扣</view>
+	      	<text class="orderDetail-payPrice__count">{{order.coupon_price / 100}}提货券</text>
 	      </view>
 	      <view style="overflow: hidden;width: 100%;">
 	      	<view class="orderDetail-payPrice__title">微信支付</view>

+ 3 - 3
packageUser/pages/user/orders/orders.wxml

@@ -25,7 +25,7 @@
             <view class="order-info__price">
               <currency symbol="¥" value="{{nitem.price}}" wx:if="{{item.status === 'unpay'}}" />
               <currency symbol="¥" value="{{nitem.price}}" wx:if="{{item.status !== 'unpay'}}" />
-              <!-- <currency wx:if="{{item.status == 'unpay' || item.pay_way == 'weixinpay'}}" symbol="¥" value="{{nitem.price}}"></currency><text style="color:#bbb"> <text wx:if="{{item.status == 'unpay' || item.pay_way == 'balance'}}"> <text wx:if="{{item.status == 'unpay'}}"> 或</text> {{nitem.price}}代金券</text></text><currency symbol="¥" value="{{nitem.price}}" ></currency><text class="order-info__point">(或{{nitem.price}}代金券)</text> -->
+              <!-- <currency wx:if="{{item.status == 'unpay' || item.pay_way == 'weixinpay'}}" symbol="¥" value="{{nitem.price}}"></currency><text style="color:#bbb"> <text wx:if="{{item.status == 'unpay' || item.pay_way == 'balance'}}"> <text wx:if="{{item.status == 'unpay'}}"> 或</text> {{nitem.price}}提货券</text></text><currency symbol="¥" value="{{nitem.price}}" ></currency><text class="order-info__point">(或{{nitem.price}}提货券)</text> -->
             </view>
             <view class="order-info__count">x{{nitem.order_count}}</view>
           </view>
@@ -34,7 +34,7 @@
       </navigator>
       <view class="order-allprice" wx:if="{{item.status === 'unpay'}}">共{{item.count}}件商品 合计:
         <!--<view style="float: right;margin-left: 5rpx;" wx:if="{{item.product.mall_balance_price}}">
-          <text> 或</text> {{item.product.mall_balance_price * item.count / 100}}代金
+          <text> 或</text> {{item.product.mall_balance_price * item.count / 100}}提货
         </view>-->
         <text style="float: right;margin-left: 5rpx;" wx:if="{{item.product.robo_balance_price}}">
           <text> 或</text> {{(item.total_price+item.freight) / 100}}
@@ -44,7 +44,7 @@
       </view>
 
       <view class="order-allprice" wx:if="{{item.status !== 'unpay'}}">共{{item.count}}件商品 合计:
-        <view style="float: right;" wx:if="{{item.pay_way == 'integral' && item.product.mall_balance_price}}">{{(item.total_price+item.freight) / 100}}代金
+        <view style="float: right;" wx:if="{{item.pay_way == 'integral' && item.product.mall_balance_price}}">{{(item.total_price+item.freight) / 100}}提货
         </view>
         <text style="float: right;" wx:elif="{{item.pay_way == 'cent'}}">{{(item.total_price+item.freight) / 100}} 积分
         </text>

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

@@ -1,6 +1,6 @@
 <view class="unbind" wx:if="{{!bindTel}}">
     <image class="unbind-img" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindtel.png"></image>
     <view class="unbind-title">你还没绑定手机号</view>
-    <view class="unbind-about">兑换代金券前要确定绑定了手机哦!</view>
+    <view class="unbind-about">兑换提货券前要确定绑定了手机哦!</view>
     <view class="unbind-btn" bindtap="toBindTel">去绑定</view>
   </view>

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

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "代金券",
+  "navigationBarTitleText": "提货券",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   },

+ 4 - 4
packageUser/pages/user/radish/radish.wxml

@@ -1,12 +1,12 @@
 <view class="bg">
   <view class="radish-top">
-    <view class="radish-top__title">我的代金券</view>
+    <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="radish-main">
@@ -17,7 +17,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>
 </view>

+ 1 - 1
packageUser/pages/user/radishDetail/radishDetail.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "代金券",
+  "navigationBarTitleText": "提货券",
   "usingComponents": {
     "format-time": "../../../../component/formatTime/formatTime"
   }

+ 2 - 2
packageUser/pages/user/radishDetail/radishDetail.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/transfer/transfer.wxml

@@ -11,7 +11,7 @@
   </view>
   
   <view class="newAddress-line">
-    <view class="newAddress-title">转出代金券</view>
+    <view class="newAddress-title">转出提货券</view>
     <input maxlength="11" class="nameText" disabled="disabled" value="{{inNum * 2}}" style="color:#F44336"/>
     <view class="clean"></view>
   </view>
@@ -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>

+ 1 - 1
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>

+ 8 - 8
pages/areacart/areacart.wxml

@@ -93,8 +93,8 @@
         <!--<currency symbol="¥" value="{{cartTotal}}" class="red"></currency>-->
         
         <!-- 
-        <text class="red" wx:if="{{curPayway === 'balance'}}">{{project.robo_balance_price * payData.count}}代金券</text>
-        <text class="red" wx:if="{{curPayway === 'integral'}}">{{project.mall_balance_price * payData.count}}代金券</text> -->
+        <text class="red" wx:if="{{curPayway === 'balance'}}">{{project.robo_balance_price * payData.count}}提货券</text>
+        <text class="red" wx:if="{{curPayway === 'integral'}}">{{project.mall_balance_price * payData.count}}提货券</text> -->
         <view style="float: right;padding-right: 10px;">
       	<!--共 <text class="red">{{cartCount}}</text> 件商品-->
       	
@@ -133,13 +133,13 @@
       <image wx:if="{{curPayway === 'balance'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:120rpx;height:120rpx;margin:0 auto;display:block;"></image>
       <image wx:if="{{curPayway === 'integral'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/d5cpay.jpg" style="width:120rpx;height:120rpx;margin:0 auto;display:block;border-radius: 50%;"></image>
     </view>
-    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">代金券</text><text wx:if="{{curPayway === 'integral'}}">代金券</text></view>
+    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">提货券</text><text wx:if="{{curPayway === 'integral'}}">提货券</text></view>
     <view class="modal-span1">您可通过如下操作<text wx:if="{{curPayway === 'balance'}}">完成兑换</text></view>
   </view>
   <view class="modal-footer1">
-    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往代金券兑换代金券</view>
-    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买代金券( {{countMoney}} )元</view>
-    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创代金券</view>
+    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往提货券兑换提货券</view>
+    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买提货券( {{countMoney}} )元</view>
+    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创提货券</view>
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>
   </view>
 </view>
@@ -147,12 +147,12 @@
 <!--
 <view class="modal-mask" bindtap="hideModal" catchtouchmove="preventTouchMove" wx:if="{{showModal}}"></view>
 <view class="modal-dialog" wx:if="{{showModal}}">
-  <view class="modal-title">代金券不足</view>
+  <view class="modal-title">提货券不足</view>
   <view class="modal-content">
     <view>
       <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:215rpx;height:215rpx;margin:0 auto;display:block;"></image>
     </view>
-    <view class="modal-span">立即前往汇兑页获取代金券</view>
+    <view class="modal-span">立即前往汇兑页获取提货券</view>
   </view>
   <view class="modal-footer">
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>

+ 8 - 8
pages/cart/cart.wxml

@@ -93,8 +93,8 @@
         <!--<currency symbol="¥" value="{{cartTotal}}" class="red"></currency>-->
         
         <!-- 
-        <text class="red" wx:if="{{curPayway === 'balance'}}">{{project.robo_balance_price * payData.count}}代金券</text>
-        <text class="red" wx:if="{{curPayway === 'integral'}}">{{project.mall_balance_price * payData.count}}代金券</text> -->
+        <text class="red" wx:if="{{curPayway === 'balance'}}">{{project.robo_balance_price * payData.count}}提货券</text>
+        <text class="red" wx:if="{{curPayway === 'integral'}}">{{project.mall_balance_price * payData.count}}提货券</text> -->
         <view style="float: right;padding-right: 10px;">
       	<!--共 <text class="red">{{cartCount}}</text> 件商品-->
       	
@@ -133,13 +133,13 @@
       <image wx:if="{{curPayway === 'balance'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:120rpx;height:120rpx;margin:0 auto;display:block;"></image>
       <image wx:if="{{curPayway === 'integral'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/d5cpay.jpg" style="width:120rpx;height:120rpx;margin:0 auto;display:block;border-radius: 50%;"></image>
     </view>
-    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">代金券</text><text wx:if="{{curPayway === 'integral'}}">代金券</text></view>
+    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">提货券</text><text wx:if="{{curPayway === 'integral'}}">提货券</text></view>
     <view class="modal-span1">您可通过如下操作<text wx:if="{{curPayway === 'balance'}}">完成兑换</text></view>
   </view>
   <view class="modal-footer1">
-    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往代金券兑换代金券</view>
-    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买代金券( {{countMoney}} )元</view>
-    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创代金券</view>
+    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往提货券兑换提货券</view>
+    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买提货券( {{countMoney}} )元</view>
+    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创提货券</view>
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>
   </view>
 </view>
@@ -147,12 +147,12 @@
 <!--
 <view class="modal-mask" bindtap="hideModal" catchtouchmove="preventTouchMove" wx:if="{{showModal}}"></view>
 <view class="modal-dialog" wx:if="{{showModal}}">
-  <view class="modal-title">代金券不足</view>
+  <view class="modal-title">提货券不足</view>
   <view class="modal-content">
     <view>
       <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:215rpx;height:215rpx;margin:0 auto;display:block;"></image>
     </view>
-    <view class="modal-span">立即前往汇兑页获取代金券</view>
+    <view class="modal-span">立即前往汇兑页获取提货券</view>
   </view>
   <view class="modal-footer">
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>

+ 1 - 1
pages/centcart/centcart.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "专区商品",
+  "navigationBarTitleText": "积分专区",
   "usingComponents": {
     "currency": "../../component/currency/currency"
   },

+ 5 - 5
pages/home/home.wxml

@@ -246,7 +246,7 @@
           <view class="recommend-info">
             <text class="recommend-projectTitle ellipsisLn">{{recommend.title}}</text>
             <view class="recommend-price">{{recommend.price / 100}}元</view>
-            <view class="recommend-point">(或{{recommend.point}}代金券)</view>
+            <view class="recommend-point">(或{{recommend.point}}提货券)</view>
           </view>
           <view class="clean"></view>
         </view>
@@ -305,8 +305,8 @@
 
             <view class="project-count">已售{{item.sold_count}}件</view>
             <image wx:if="{{item.seckill_state === 'seckill'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/miaosha.png" class="project-miaosha"/>
-            <view class="project-price" style="padding-top:20rpx;color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
-            <view class="project-price" style="float: left;padding-top:10rpx;width:50%;font-size: 35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
+            <view class="project-price" style="padding-top:20rpx;color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
+            <view class="project-price" style="float: left;padding-top:10rpx;width:50%;font-size: 35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
             <!--<image wx:if="{{item.mall_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/integralpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-left: 5rpx;margin-top: 95rpx;"></image>
             <image wx:if="{{item.robo_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/rabbitpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 94rpx;"></image>
             <image wx:if="{{item.price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/weixinpay.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 94rpx;margin-right: 5rpx;"></image>-->
@@ -323,8 +323,8 @@
           	<cover-image class="playImg" src="../../images/footer/play.png"  wx:if="{{!item.video_play}}"></cover-image>
           </video>
           <view class="project-title ellipsisLn">{{item.name}}</view>
-          <view class="project-price" style="color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
-          <view class="project-price" style="float: left;font-size:35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> --></view>
+          <view class="project-price" style="color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
+          <view class="project-price" style="float: left;font-size:35rpx;"><currency symbol="¥" value="{{item.price}}" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency><text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> --></view>
           <view class="project-count">已售{{item.sold_count}}件</view>
            <image wx:if="{{item.seckill_state === 'seckill'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/miaosha.png" class="project-miaosha"/>
           <view class="project-out" wx:if="{{item.left_count <= 0}}"></view>

+ 3 - 3
pages/pay/pay.js

@@ -29,7 +29,7 @@ Page({
     yunfei:0,
     payFlag:false,
     useBalance:false,
-    afterdec:0//使用代金券扣除后的总额
+    afterdec:0//使用提货券扣除后的总额
   },
   onLoad: function (options) {
     this.data.orderId = options.orderId;
@@ -242,7 +242,7 @@ Page({
       	if(that.data.useBalance && that.data.afterdec > 0){
       		wx.showModal({
 		      title: '提示',
-		      content: '当前使用代金券抵扣 '+ (that.data.balanceInfo.total / 100)+' 后,还需支付 '+(that.data.afterdec / 100)+' 使用微信支付?' ,
+		      content: '当前使用提货券抵扣 '+ (that.data.balanceInfo.total / 100)+' 后,还需支付 '+(that.data.afterdec / 100)+' 使用微信支付?' ,
 		      success: function (sm) {
 		        if (sm.confirm) {
 		            that.pay()
@@ -276,7 +276,7 @@ Page({
       //         pwdDialog: true
       //       })
       //     } else {
-      //       that.openToast('请勾选使用代金券兑换~')
+      //       that.openToast('请勾选使用提货券兑换~')
       //     }
       //   }
       // }

+ 26 - 26
pages/pay/pay.wxml

@@ -29,10 +29,10 @@
         <view class="product-info">
           <view class="pay-project-price fl">
             <currency symbol="¥" value="{{item.price}}"/>
-            <!-- <text wx:if="{{balanceInfo.total}}"> 或 {{item.price}}代金券</text>
-            <text wx:if="{{balanceInfo.dc_total && item.mall_balance_price}}"> 或 {{item.mall_balance_price}}代金券</text> -->
+            <!-- <text wx:if="{{balanceInfo.total}}"> 或 {{item.price}}提货券</text>
+            <text wx:if="{{balanceInfo.dc_total && item.mall_balance_price}}"> 或 {{item.mall_balance_price}}提货券</text> -->
             <!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{curPayway==='weixinpay'}}"></currency>
-            <text class="pay-gray" wx:if="{{curPayway==='balance'}}"> {{item.price}}代金券</text> -->
+            <text class="pay-gray" wx:if="{{curPayway==='balance'}}"> {{item.price}}提货券</text> -->
           </view>
           <view class="fr product-count">
             x{{item.order_count}}
@@ -54,17 +54,17 @@
     </view> -->
   </view>
   
-  <!-- 使用代金券兑换 -->
+  <!-- 使用提货券兑换 -->
   <!-- <view class="pay-module">
-    <text class="pay-title">代金券抵扣</text>
+    <text class="pay-title">提货券抵扣</text>
     <view class="pay-integral fl">
       <view class="pay-integral-info">
         <view class="block pay-mb">可用
         <text class="red">{{project.price * payData.count}}</text>
-          代金券抵扣<currency symbol="¥" value="{{project.price * payData.count}}" class="red"></currency>
+          提货券抵扣<currency symbol="¥" value="{{project.price * payData.count}}" class="red"></currency>
         </view>
-        <view class="gray" wx:if="{{balanceInfo.total - project.price * payData.count >= 0}}">(抵扣后剩余{{balanceInfo.total - project.price * payData.count}}代金券)</view>
-        <view class="red" wx:if="{{balanceInfo.total - project.price * payData.count < 0}}">(代金券不足以兑换)</view>
+        <view class="gray" wx:if="{{balanceInfo.total - project.price * payData.count >= 0}}">(抵扣后剩余{{balanceInfo.total - project.price * payData.count}}提货券)</view>
+        <view class="red" wx:if="{{balanceInfo.total - project.price * payData.count < 0}}">(提货券不足以兑换)</view>
       </view>
     </view>
     <view class="fr pay-checked">
@@ -95,10 +95,10 @@
       <view class="pay-payway-item" wx:if="{{balanceInfo.total && !payData.product.robo_balance_price}}">
         <view class="pay-payway-balance fl">
           <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/luobopay.jpg"></image>
-          <text>代金券支付</text>
+          <text>提货券支付</text>
         </view>
         <view class="fr pay-balance-cash">
-          <text>该商品不支持代金券支付</text>
+          <text>该商品不支持提货券支付</text>
         </view>
         <view class="clean"></view>
       </view>
@@ -106,7 +106,7 @@
 	<view class="pay-payway-item" wx:if="{{payData.order_type == 0 && balanceInfo.total && payData.pay_way == ''}}">
 		<view class="pay-payway-balance fl">
           <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/luobopay.jpg" bindtap="selectClick" data-payway="balance"></image>
-          <text bindtap="selectClick" data-payway="balance">代金券抵扣 (剩余:{{balanceInfo.total / 100}})</text>
+          <text bindtap="selectClick" data-payway="balance">提货券抵扣 (剩余:{{balanceInfo.total / 100}})</text>
         </view>
         <view class="fr pay-balance-cash">
           <switch checked bindchange="switchChange" color="#eab86a" style="zoom:0.75"/>
@@ -128,10 +128,10 @@
       <view class="pay-payway-item" wx:if="{{payData.order_type == 0 && balanceInfo.total}}" bindtap="selectClick" data-payway="balance">
         <view class="pay-payway-balance fl">
           <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/luobopay.jpg" bindtap="selectClick" data-payway="balance"></image>
-          <text bindtap="selectClick" data-payway="balance">代金券支付</text>
+          <text bindtap="selectClick" data-payway="balance">提货券支付</text>
         </view>
         <view class="fr pay-balance-cash" bindtap="selectClick" data-payway="balance">
-          <text bindtap="selectClick" data-payway="balance">剩余:{{balanceInfo.total / 100}}代金券</text>
+          <text bindtap="selectClick" data-payway="balance">剩余:{{balanceInfo.total / 100}}提货券</text>
           <text class="pay-circle" bindtap="selectClick" data-payway="balance">
             <text class="pay-select" wx:if="{{curPayway === 'balance'}}"></text>
           </text>
@@ -142,10 +142,10 @@
       <view class="pay-payway-item" wx:if="{{balanceInfo.dc_total && !payData.product.mall_balance_price}}">
         <view class="pay-payway-balance fl">
           <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/d5cpay.jpg"></image>
-          <text>第五创代金券</text>
+          <text>第五创提货券</text>
         </view>
         <view class="fr pay-balance-cash">
-          <text>该商品不支持代金券支付</text>
+          <text>该商品不支持提货券支付</text>
         </view>
         <view class="clean"></view>
       </view>
@@ -153,10 +153,10 @@
       <view class="pay-payway-item" wx:if="{{balanceInfo.dc_total && payData.product.mall_balance_price}}" bindtap="selectClick" data-payway="integral">
         <view class="pay-payway-balance fl">
           <image class="pay-icon" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/d5cpay.jpg" bindtap="selectClick" data-payway="integral"></image>
-          <text bindtap="selectClick" data-payway="integral">第五创代金券</text>
+          <text bindtap="selectClick" data-payway="integral">第五创提货券</text>
         </view>
         <view class="fr pay-balance-cash" bindtap="selectClick" data-payway="integral">
-          <text bindtap="selectClick" data-payway="integral">剩余:{{balanceInfo.dc_total}}代金券</text>
+          <text bindtap="selectClick" data-payway="integral">剩余:{{balanceInfo.dc_total}}提货券</text>
           <text class="pay-circle" bindtap="selectClick" data-payway="integral">
             <text class="pay-select" wx:if="{{curPayway === 'integral'}}"></text>
           </text>
@@ -184,7 +184,7 @@
 	  </view>
 	  
 	  <view wx:if="{{useBalance || payData.coupon_price>0}}" style="padding:15rpx;text-align:right">
-	  	使用代金券抵扣 <text style="color:#F00">-{{payData.coupon_price>0?payData.coupon_price/100:balanceInfo.total - total+yunfei >= 0 ? (total+yunfei) / 100 : balanceInfo.total / 100}}</text> 代金
+	  	使用提货券抵扣 <text style="color:#F00">-{{payData.coupon_price>0?payData.coupon_price/100:balanceInfo.total - total+yunfei >= 0 ? (total+yunfei) / 100 : balanceInfo.total / 100}}</text> 提货
 	  </view>
     </view>
   </view>
@@ -205,8 +205,8 @@
         	<currency wx:if="{{useBalance}}" symbol="¥" value="{{afterdec}}" class="red"></currency>
 	        <currency wx:else symbol="¥" value="{{payData.pay_way == '' ? total+yunfei : payData.paied_price}}" class="red"></currency>
 	        
-	        <text class="red" wx:if="{{curPayway === 'balance'}}">{{(total+yunfei) / 100}}<currency value="{{total}}" class="red"></currency>代金券</text>
-	        <text class="red" wx:if="{{curPayway === 'integral'}}">{{(total+yunfei) / 100}}代金券</text>
+	        <text class="red" wx:if="{{curPayway === 'balance'}}">{{(total+yunfei) / 100}}<currency value="{{total}}" class="red"></currency>提货券</text>
+	        <text class="red" wx:if="{{curPayway === 'integral'}}">{{(total+yunfei) / 100}}提货券</text>
         </view>
         
       </view>
@@ -241,13 +241,13 @@
       <image wx:if="{{curPayway === 'balance'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:120rpx;height:120rpx;margin:0 auto;display:block;"></image>
       <image wx:if="{{curPayway === 'integral'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/pay/d5cpay.jpg" style="width:120rpx;height:120rpx;margin:0 auto;display:block;border-radius: 50%;"></image>
     </view>
-    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">代金券</text><text wx:if="{{curPayway === 'integral'}}">代金券</text></view>
+    <view class="modal-span">还差<text class="modal-count">{{luoboCount}}</text><text wx:if="{{curPayway === 'balance'}}">提货券</text><text wx:if="{{curPayway === 'integral'}}">提货券</text></view>
     <view class="modal-span1">您可通过如下操作<text wx:if="{{curPayway === 'balance'}}">完成兑换</text></view>
   </view>
   <view class="modal-footer1">
-    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往代金券兑换代金券</view>
-    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买代金券( {{countMoney}} )元</view>
-    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创代金券</view>
+    <view class="btn-confirm" bindtap="onConfirm" data-status="confirm" wx:if="{{curPayway === 'balance'}}">前往提货券兑换提货券</view>
+    <view class="btn-confirm" bindtap="onConfirm1" data-status="confirm" wx:if="{{curPayway === 'balance'}}">购买提货券( {{countMoney}} )元</view>
+    <view class="btn-confirm" bindtap="onConfirm2" data-status="confirm" wx:if="{{curPayway === 'integral'}}">获取更多第五创提货券</view>
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>
   </view>
 </view>
@@ -255,12 +255,12 @@
 <!--
 <view class="modal-mask" bindtap="hideModal" catchtouchmove="preventTouchMove" wx:if="{{showModal}}"></view>
 <view class="modal-dialog" wx:if="{{showModal}}">
-  <view class="modal-title">代金券不足</view>
+  <view class="modal-title">提货券不足</view>
   <view class="modal-content">
     <view>
       <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/luobo.png" style="width:215rpx;height:215rpx;margin:0 auto;display:block;"></image>
     </view>
-    <view class="modal-span">立即前往汇兑页获取代金券</view>
+    <view class="modal-span">立即前往汇兑页获取提货券</view>
   </view>
   <view class="modal-footer">
     <view class="btn-cancel" bindtap="onCancel" data-status="cancel">取消</view>

+ 5 - 5
pages/projects/project-detail/project-detail.wxml

@@ -52,7 +52,7 @@
       </view>
       <view class="detail-fl" wx:if="{{balance !== 0 && balance >= project.price}}">
         <text class="detail-normal detail-mr">兑换</text>
-        <text class="detail-normal" style="font-size:30rpx;color:#eab86a;">{{project.price}}代金券</text>
+        <text class="detail-normal" style="font-size:30rpx;color:#eab86a;">{{project.price}}提货券</text>
       </view> -->
       
       <view class="detail-fr">
@@ -158,10 +158,10 @@
           <h6 style="font-size: 35rpx;font-weight: bold;color: #666;">{{project.name}}</h6>
           <view class="dialog-word dialog-black" style="margin-top: 15rpx;color: #999;">库存{{project.left_count}}件   <text wx:if="{{project.have_size && (sname || cname)}}">(已选:{{cname}} {{sname}})</text></view>
           <view class="dialog-word dialog-red" style="font-size: 35rpx;margin-top: 25rpx;">
-            <!-- {{project.price}}代金券 -->
+            <!-- {{project.price}}提货券 -->
             <currency symbol="¥" value="{{project.price}}"></currency>
           </view>
-          <!-- <view class="dialog-word dialog-gray">或{{project.price}}代金券</view> -->
+          <!-- <view class="dialog-word dialog-gray">或{{project.price}}提货券</view> -->
         </view>
         <view class="clean"></view>
       </view>
@@ -209,10 +209,10 @@
           <h6 style="font-size: 35rpx;font-weight: bold;color: #666;">{{project.name}}</h6>
           <view class="dialog-word dialog-black" style="margin-top: 15rpx;color: #999;">库存{{project.left_count}}件   <text wx:if="{{project.have_size && (sname || cname)}}">(已选:{{cname}} {{sname}})</text></view>
           <view class="dialog-word dialog-red" style="font-size: 35rpx;margin-top: 25rpx;">
-            <!-- {{project.price}}代金券 -->
+            <!-- {{project.price}}提货券 -->
             <currency symbol="¥" value="{{project.price}}"></currency>
           </view>
-          <!-- <view class="dialog-word dialog-gray">或{{project.price}}代金券</view> -->
+          <!-- <view class="dialog-word dialog-gray">或{{project.price}}提货券</view> -->
         </view>
         <view class="clean"></view>
       </view>

+ 1 - 1
pages/projects/projects.wxml

@@ -15,7 +15,7 @@
           <view class="project-price" style="padding-top:25rpx">
             <image wx:if="{{item.seckill_state === 'seckill'}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/miaosha.png" class="project-miaosha"/>
             <view class="project-price" style="margin-bottom: 10rpx;padding-top:20rpx;color: #999;text-decoration: line-through;font-size: 23rpx;">零售价:<currency symbol="¥" value="{{item.user_sale_price}}" /></view>
-            <currency symbol="¥" value="{{item.price}}" style="font-size:35rpx" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency> <text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}代金券</text> -->
+            <currency symbol="¥" value="{{item.price}}" style="font-size:35rpx" /><!-- <currency symbol="¥" value="{{item.price}}" wx:if="{{balance === 0 || balance < item.price}}"></currency> <text wx:if="{{balance !== 0 && balance >= item.price}}" class="project-point">{{item.price}}提货券</text> -->
             <!--<image wx:if="{{item.mall_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/integralpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-left: 5rpx;margin-top: 5rpx;"></image>
             <image wx:if="{{item.robo_balance_price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/rabbitpay_icon.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 4rpx;"></image>
             <image wx:if="{{item.price}}" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/weixinpay.png" style="float: right;width: 30rpx;height: 30rpx;margin-top: 4rpx;;margin-right: 5rpx;"></image>-->

+ 4 - 4
pages/user/all/all.wxml

@@ -35,21 +35,21 @@
         <view class="user-points__num">{{integral / 100}}</view>
       </view>
       <view class="user-points" bindtap="toRadish">
-        <view class="user-points__title">我的代金券</view>
+        <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-luobo">
       <!--
         <navigator url="/packageUser/pages/user/exchange/exchange">
-          <view class="user-radish">兑换代金券</view>
+          <view class="user-radish">兑换提货券</view>
         </navigator>
         -->
         <navigator bindtap="buyVoucher" wx:if="{{bindTel}}">
-          <view class="user-radish1" style="width:100%">购买代金券</view>
+          <view class="user-radish1" style="width:100%">购买提货券</view>
         </navigator>
         <navigator url="/packageUser/pages/user/otherbind/otherbind" wx:if="{{!bindTel}}">
-          <view class="user-radish1" style="width:100%">购买代金券</view>
+          <view class="user-radish1" style="width:100%">购买提货券</view>
         </navigator>
         <!--<view class="line1"></view>-->
       </view>

+ 3 - 3
project.config.json

@@ -91,13 +91,13 @@
         },
         {
           "id": -1,
-          "name": "代金券列表",
+          "name": "提货券列表",
           "pathName": "pages/user/radish/radish",
           "query": ""
         },
         {
           "id": -1,
-          "name": "代金券详情",
+          "name": "提货券详情",
           "pathName": "pages/user/radishDetail/radishDetail",
           "query": "id=7"
         },
@@ -121,7 +121,7 @@
         },
         {
           "id": -1,
-          "name": "兑换代金券",
+          "name": "兑换提货券",
           "pathName": "pages/user/exchange/exchange",
           "query": ""
         },