Commit 20b4d631 authored by Mac's avatar Mac

修改1

parent cbb052b1
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<u-icon name="arrow-left" size="44"></u-icon> <u-icon name="arrow-left" size="44"></u-icon>
</view> </view>
</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" <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> :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"> <template v-for="(item, i) in myPageData.home_pages.navs">
...@@ -725,20 +725,21 @@ ...@@ -725,20 +725,21 @@
} }
); );
}, },
closeBtn(){ closeBtn_order(){
this.showorder = false this.showorder = false
}, },
gosalesvolume(){ gosalesvolume(){
this.showorder = false; this.showorder = false;
setTimeout(()=>{ setTimeout(()=>{
let UserId = uni.getStorageSync('mall_UserInfo')?uni.getStorageSync('mall_UserInfo').UserId : 0;
uni.navigateTo({ uni.navigateTo({
url: "/pages/share/salesvolume", url: "/pages/share/salesvolume?UserId="+UserId,
}); });
},10) },10)
}, },
sharejump(){//分享的总跳转 sharejump(){//分享的总跳转
let that = this let that = this
// this.getorderPupop()//4-9号新加 this.getorderPupop()//4-9号新加
setTimeout(() => { setTimeout(() => {
if (that.JumpType == 1) { if (that.JumpType == 1) {
//商品详情 //商品详情
...@@ -1206,6 +1207,7 @@ ...@@ -1206,6 +1207,7 @@
url: '/pages/coupon/cards/purchase' url: '/pages/coupon/cards/purchase'
// url: '/pages/share/index/index' // url: '/pages/share/index/index'
}) })
} }
}, },
}; };
......
...@@ -103,7 +103,7 @@ ...@@ -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> <image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/salesxiala.png" style="width: 17px;height: 17px;margin-left: 7px;"></image>
</view> </view>
</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"> @touchstart="touchColumn" @touchmove="moveColumn" @touchend="touchEndColumn">
</canvas> </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