Commit 09f630d2d4b360698cf86ebda6fb63041a5662ca

Authored by F5VT98DI7XY4X12\Administrator
1 parent 959bf6f4

立即购买不能使用优惠券, 会员首页修改等级卡名称

pages/cart/cart2/cart2.js
... ... @@ -404,13 +404,16 @@ Page({
404 404 th.data.check_quan_price_list=t.data.data.shop_price*gg.goods_num+"";
405 405 th.data.check_quan_ware_list=t.data.data.erpwareid+"";
406 406  
407   - var url="/api/weshop/couponList/getUseCouponList";
408   - await app.request.promiseGet(url,{
  407 + if (th.data.is_close_quan != 1) {
  408 +
  409 + var url="/api/weshop/couponList/getUseCouponList";
  410 + await app.request.promiseGet(url,{
409 411 data:{storeId:oo.stoid,userId:app.globalData.user_id,BuySum:th.data.ckeck_quan_price,WareIds:th.data.check_quan_ware_list,pageSize:100}
410   - }).then(res=>{
  412 + }).then(res=>{
411 413 if(res.data.code==0)
412 414 quanlist=res.data.data.pageData;
413 415 })
  416 + }
414 417 }
415 418 th.setData({
416 419 bn_goods: t.data.data, bn_pickname: gg.pick_name, bn_exp_type: et,
... ...
pages/user/index/index.wxml
... ... @@ -8,7 +8,7 @@
8 8 bindtap="go_info"
9 9 src="{{userInfo.head_pic?userInfo.head_pic:defaultAvatar}}"></image>
10 10 <view class="xc-uesr-name">
11   - {{userInfo.nickname}} <view class="hvip" wx:if='{{GradeName}}'><image class="vip-mem" src="{{iurl}}/miniapp/images/vip_hg0.png"></image>{{GradeName}}</view>
  11 + {{userInfo.nickname}} <view class="hvip" wx:if='{{GradeName && is_init}}'><image class="vip-mem" src="{{iurl}}/miniapp/images/vip_hg0.png"></image>{{GradeName}}</view>
12 12 <view class="flex" style="font-size: 24rpx; margin-left:8rpx;margin-top:6rpx" wx:if="{{is_init && gradeId}}" bindtap='jump'>
13 13 <block wx:if="{{cz_val<full_cz_val}}">
14 14 {{" "}}<text class="grow-up-val">成长值</text> <view style='margin-left:5rpx; margin-top:-4rpx;'>{{cz_val}} / {{need_money}}</view>
... ...