Commit c23f242d authored by 王建威's avatar 王建威

Merge branch 'develop' into wjw_fenqi

parents e00286d6 dcd7f0a9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "shop_mobile_uni", "name": "shop_mobile_uni",
"appid": "__UNI__F904656", "appid": "__UNI__F904656",
"description": "", "description": "",
"versionName": "1.0.7", "versionName": "1.0.8",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"mode": "history", "mode": "history",
"base": "/uni" "base": "/uni"
}, },
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.7/", "publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/test/1.0.8/",
"optimization": { "optimization": {
"treeShaking": { "treeShaking": {
"enable": true "enable": true
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view class="nav">支付状态</view> <view class="nav">支付状态</view>
<view class="icon"></view> <view class="icon"></view>
<view class="title">支付成功</view> <view class="title">支付成功</view>
<button class="btn" type="default"><text>{{time}}</text>s)跳转个人中心</button> <button class="btn" type="default" @click="jumpPhp"><text>{{time}}</text>s)跳转个人中心</button>
</view> </view>
</template> </template>
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
} }
this.time = this.time - 1; this.time = this.time - 1;
}, 1000) }, 1000)
},
methods:{
jumpPhp(){
this.$jump(`${origin}/index.php?app=member`);
}
} }
} }
</script> </script>
......
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