Commit 20b4d631 authored by Mac's avatar Mac

修改1

parent cbb052b1
......@@ -18,7 +18,7 @@
<u-icon name="arrow-left" size="44"></u-icon>
</view>
</view>
<!-- <view @click='yj' style="width: 200px;height: 50px;">活动</view> -->
<view @click='yj' style="width: 200px;height: 50px;">活动</view>
<u-tabs v-if="myPageData.home_pages && myPageData.home_pages.navs.length > 1" name="name" :list="myPageData.home_pages.navs"
:is-scroll="true" :active-color="mainColor" :current="active" :bar-width="80" :font-size="32" :bold="false" @change="changeHandler"></u-tabs>
<template v-for="(item, i) in myPageData.home_pages.navs">
......@@ -725,20 +725,21 @@
}
);
},
closeBtn(){
closeBtn_order(){
this.showorder = false
},
gosalesvolume(){
this.showorder = false;
setTimeout(()=>{
let UserId = uni.getStorageSync('mall_UserInfo')?uni.getStorageSync('mall_UserInfo').UserId : 0;
uni.navigateTo({
url: "/pages/share/salesvolume",
url: "/pages/share/salesvolume?UserId="+UserId,
});
},10)
},
sharejump(){//分享的总跳转
let that = this
// this.getorderPupop()//4-9号新加
this.getorderPupop()//4-9号新加
setTimeout(() => {
if (that.JumpType == 1) {
//商品详情
......@@ -1206,6 +1207,7 @@
url: '/pages/coupon/cards/purchase'
// url: '/pages/share/index/index'
})
}
},
};
......
......@@ -103,7 +103,7 @@
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/salesxiala.png" style="width: 17px;height: 17px;margin-left: 7px;"></image>
</view>
</view>
<canvas type="2d" canvas-id="canvasColumn" id="canvasColumn" class="charts" disable-scroll=true
<canvas canvas-id="canvasColumn" id="canvasColumn" class="charts" disable-scroll=true
@touchstart="touchColumn" @touchmove="moveColumn" @touchend="touchEndColumn">
</canvas>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment