苹果上线
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<text v-if="type == 1000" @click="onPageJump('/pages/user/login/forget')">忘记密码?</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="youKeL" style="margin-bottom: 40rpx" v-if="!isAndorid">
|
||||
<view class="youKeL" style="margin-bottom: 40rpx" v-if="isAndorid">
|
||||
<view @click="onPageJump('/pages/user/visitor')">免登陆体验</view>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -90,13 +90,17 @@
|
||||
v-if="selected == 4"
|
||||
class="mine_bg_box"
|
||||
style="
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
background-color: #39b4a84d !important;
|
||||
|
||||
padding: 20rpx;
|
||||
font-size: 28rpx;
|
||||
"
|
||||
>
|
||||
<view class="bg_top">
|
||||
<u-icon @click="goSetting" class="setIcon" labelColor="#fff" labelPos="bottom" label="设置" name="setting"
|
||||
:style="`top:${(10 + statusBarHeight) * 2}rpx`" color="#fff" size="28"></u-icon>
|
||||
</view>
|
||||
<view style="height: 50rpx"></view>
|
||||
<view class="per_mes" style="display: flex; align-items: center">
|
||||
<image src="@/static/icon/fengziIcon.png" class="per_mes_img"></image>
|
||||
@@ -444,6 +448,7 @@ export default {
|
||||
isBook: 0, //是否是疯子读书
|
||||
isMedical: 0, //是否是吴门医述
|
||||
isSociology: 1, //是否是众妙之门
|
||||
isPsyche:0,
|
||||
};
|
||||
this.$http
|
||||
.request({
|
||||
@@ -651,7 +656,12 @@ export default {
|
||||
);
|
||||
// }
|
||||
}
|
||||
},
|
||||
},goSetting() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/mine/set/index",
|
||||
});
|
||||
// this.onPageJump("/pages/mine/set/index");
|
||||
},
|
||||
goGoodsDetail(v) {
|
||||
console.log(v);
|
||||
uni.navigateTo({
|
||||
@@ -1393,4 +1403,18 @@ function calcTimer(timer) {
|
||||
|
||||
// background: #fff;
|
||||
}
|
||||
.bg_top {
|
||||
// background-position: center center;
|
||||
padding: 0 30rpx;
|
||||
|
||||
height: 40rpx;
|
||||
position: relative;
|
||||
|
||||
.setIcon {
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
// top: 30rpx;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user