|
|
@ -11,6 +11,11 @@ |
|
|
|
<text class="se-ml-80">个人</text> |
|
|
|
<image class="se-a-170 se-br-p-50 se-mr-80" src="@/static/image/7525121.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<view class="se-pos-fixed se-flex-h-c se-bs-t se-w-750 se-h-200" style="background-color: #fff;bottom: 0;left: 0;"> |
|
|
|
<view @click="onJump()" class="se-mb-20 se-br-20 se-w-400 se-ml-20 se-flex-h-c se-h-80 se-lh-80 se-ta-c se-fs-32 se-c-33 se-bgc-f5"> |
|
|
|
<text class="se-ml-10">跳过</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|
|
|
@ -27,6 +32,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
onJump(){ |
|
|
|
uni.switchTab({ |
|
|
|
url:"/pages/home/index" |
|
|
|
}) |
|
|
|
}, |
|
|
|
onBusiness(){ |
|
|
|
uni.navigateTo({ |
|
|
|
url:"/pages_subpack/business/index?userStatus="+this.userStatus |
|
|
|