|
@@ -52,9 +52,8 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="center-box">
|
|
<view class="center-box">
|
|
- <view class="kuai-text">快捷入口</view>
|
|
|
|
|
|
|
|
- <view class="center-left-box">
|
|
|
|
|
|
+ <view class="center-left-box" style="margin-top: 60rpx;">
|
|
<view class="btn-Imbox" @click="totongxunlu">
|
|
<view class="btn-Imbox" @click="totongxunlu">
|
|
<image class="center-img" src="/static/img/icon1.png"></image>
|
|
<image class="center-img" src="/static/img/icon1.png"></image>
|
|
<p>重点园区</p>
|
|
<p>重点园区</p>
|
|
@@ -116,6 +115,11 @@
|
|
<image class="center-img" src="/static/img/icon8.png"></image>
|
|
<image class="center-img" src="/static/img/icon8.png"></image>
|
|
<p>产品供需</p>
|
|
<p>产品供需</p>
|
|
</view> -->
|
|
</view> -->
|
|
|
|
+
|
|
|
|
+ <view class="btn-Imbox" v-if="isLogin!=null" @click="tosetting">
|
|
|
|
+ <image class="center-img" src="/static/img/setting_s.png"></image>
|
|
|
|
+ <p>个人信息</p>
|
|
|
|
+ </view>
|
|
|
|
|
|
<view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
|
|
<view class="btn-Imbox" v-if="isLogin!=null" @click="outlogin">
|
|
<image class="center-img" src="/static/img/icon7.png"></image>
|
|
<image class="center-img" src="/static/img/icon7.png"></image>
|
|
@@ -126,10 +130,6 @@
|
|
<image class="center-img" src="/static/img/icon6.png"></image>
|
|
<image class="center-img" src="/static/img/icon6.png"></image>
|
|
<p>立即登录</p>
|
|
<p>立即登录</p>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
- <view class="btn-Imbox" >
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -610,6 +610,11 @@
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ tosetting() {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/user/person/person'
|
|
|
|
+ })
|
|
|
|
+ },
|
|
tces() {
|
|
tces() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/index/AudioToWord'
|
|
url: '/pages/index/AudioToWord'
|