|
@@ -19,13 +19,13 @@
|
|
</view>
|
|
</view>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<view class="list-container">
|
|
<view class="list-container">
|
|
- <view v-if="hasLogin" @click="toZY" class="list-item flex align_center justify_between">
|
|
|
|
|
|
+ <!-- <view v-if="hasLogin" @click="toZY" class="list-item flex align_center justify_between">
|
|
<view class="flex align_center">
|
|
<view class="flex align_center">
|
|
<u-image src="/static/personal_icon_flag.png" width="48" height="48"></u-image>
|
|
<u-image src="/static/personal_icon_flag.png" width="48" height="48"></u-image>
|
|
<text>回收指引</text>
|
|
<text>回收指引</text>
|
|
</view>
|
|
</view>
|
|
<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>
|
|
<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view @click="checkUpdate" class="list-item flex align_center justify_between">
|
|
<view @click="checkUpdate" class="list-item flex align_center justify_between">
|
|
<view class="flex align_center">
|
|
<view class="flex align_center">
|
|
<u-image src="/static/personal_icon_version.png" width="48" height="48"></u-image>
|
|
<u-image src="/static/personal_icon_version.png" width="48" height="48"></u-image>
|
|
@@ -95,11 +95,11 @@
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
// 回收指引
|
|
// 回收指引
|
|
- toZY(){
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: '/pages/index/zhiyin'
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
|
|
+ // toZY(){
|
|
|
|
+ // uni.navigateTo({
|
|
|
|
+ // url: '/pages/index/zhiyin'
|
|
|
|
+ // })
|
|
|
|
+ // },
|
|
// 获取当前小程序版本
|
|
// 获取当前小程序版本
|
|
getVersion(){
|
|
getVersion(){
|
|
const accountInfo = uni.getAccountInfoSync();
|
|
const accountInfo = uni.getAccountInfoSync();
|