Commit 685c6df9 authored by srf's avatar srf

srf

parent 073966be
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
if(this.$store.state.token!=""){//判断是否 已登录 if(this.$store.state.token!=""){//判断是否 已登录
let res = await newsRemind({}) let res = await newsRemind({})
console.log(res,'我登陆了') // console.log(res,'我登陆了')
if(res.code==0){ if(res.code==0){
......
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
</view> </view>
<view class="BH"></view> <view class="BH"></view>
<yomol-upgrade ref="yomolUpgrade"></yomol-upgrade> <!-- <yomol-upgrade ref="yomolUpgrade"></yomol-upgrade> -->
<!-- 升级组件 --> <!-- 升级组件 -->
<Welcome ref="Welcome"></Welcome> <Welcome ref="Welcome"></Welcome>
...@@ -282,12 +282,12 @@ ...@@ -282,12 +282,12 @@
}, 1000) }, 1000)
}, },
methods: { methods: {
jump(){ jump(){
uni.navigateTo({ uni.navigateTo({
url:'/pages/edit/pro_manage/pro_manage?money_type='+this.money_type url:'/pages/edit/pro_manage/pro_manage?money_type='+this.money_type
}) })
}, },
shops(){ shops(){
......
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