|
@@ -314,8 +314,8 @@
|
|
|
<u-empty text="暂无推荐题库" mode="list" margin-top="100"></u-empty>
|
|
|
</template>
|
|
|
</view>
|
|
|
- <view class="bom-tip">{{tenantInfo.tips1}}</view>
|
|
|
- <view class="bom-tip">{{tenantInfo.tips2}}</view>
|
|
|
+ <view class="bom-tip">{{ tenantInfo.tips1 }}</view>
|
|
|
+ <view class="bom-tip">{{ tenantInfo.tips2 }}</view>
|
|
|
</view>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view :style="{ opacity: opacitys }" class="officials">
|
|
@@ -416,6 +416,11 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
async onLoad(option) {
|
|
|
+ // #ifdef H5
|
|
|
+ uni.setNavigationBarTitle({
|
|
|
+ title: config.tenantName,
|
|
|
+ });
|
|
|
+ // #endif
|
|
|
this.isLogin = this.$method.isLogin();
|
|
|
this.dictObj;
|
|
|
this.getAdvertising();
|
|
@@ -1462,8 +1467,8 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .bom-tip{
|
|
|
- color: #A7B0B8;
|
|
|
+ .bom-tip {
|
|
|
+ color: #a7b0b8;
|
|
|
text-align: center;
|
|
|
padding: 0 30rpx;
|
|
|
font-size: 26rpx;
|
|
@@ -1783,4 +1788,4 @@ page {
|
|
|
color: #7b8284;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|