[更新数据]

This commit is contained in:
张慢慢
2020-12-28 11:29:09 +08:00
parent c56fd8b471
commit e05ff7dedf
34 changed files with 231 additions and 109 deletions

View File

@@ -5,7 +5,7 @@
艾米家的傻钢^
<text>游客</text>
</view>
<image class="userTop-img" src="/static/img/goods_text.png"></image>
<image class="userTop-img" src="/static/images/goods_text.png"></image>
</view>
<view class="userTop-nav">
<view class="userTop-label">
@@ -34,13 +34,13 @@
</view>
<view class="userNav">
<navigator hover-class="none" url="/pages/user_coupon/user_coupon" class="userNav-label">
<navigator hover-class="none" url="/pages/user/user_coupon/user_coupon" class="userNav-label">
<view class="userNav-label-img">
<image src="/static/user_iocn/userNav_00.png"></image>
</view>
<text>我的卡券</text>
</navigator>
<navigator hover-class="none" url="/pages/mall_order/mall_order" class="userNav-label">
<navigator hover-class="none" url="/pages/mall/mall_order/mall_order" class="userNav-label">
<view class="userNav-label-img">
<image src="/static/user_iocn/userNav_01.png"></image>
</view>
@@ -71,7 +71,7 @@
</view>
<text>项目预购</text>
</view>
<navigator hover-class="none" url="/pages/mall_cart/mall_cart" class="userTool-label">
<navigator hover-class="none" url="/pages/mall/mall_cart/mall_cart" class="userTool-label">
<view class="userTool-label-img">
<image src="/static/user_iocn/userTool_02.png"></image>
<view class="userTool-label-tips">2</view>
@@ -84,7 +84,7 @@
</view>
<text>客服服务</text>
</view>
<navigator hover-class="none" url="/pages/mall_address/mall_address" class="userTool-label">
<navigator hover-class="none" url="/pages/mall/mall_address/mall_address" class="userTool-label">
<view class="userTool-label-img">
<image src="/static/user_iocn/userTool_04.png"></image>
</view>

View File

@@ -133,11 +133,11 @@ Page({
}
if(verification==2){
wx.navigateTo({
url: '/pages/user_coupon_data/user_coupon_data?user_coupon_id='+couponid+'&type='+type
url: '/pages/user/user_coupon_data/user_coupon_data?user_coupon_id='+couponid+'&type='+type
})
}else if(verification==1){
wx.navigateTo({
url: '/pages/coupon_goods/coupon_goods?user_coupon_id='+couponid
url: '/pages/ticket/goods/goods?user_coupon_id='+couponid
})
}