提交 ad0a0497bb4753422a57e0d52d51568158258364

作者 guomingshu
1 个父辈 57129f64

feat: home app文案修改

正在显示 1 个修改的文件 包含 8 行增加2 行删除
... ... @@ -6,7 +6,7 @@
6 6 :style="{ height: menuTop + menuHeight + 12 + 'px' }"
7 7 >
8 8 <view class="school" :style="{ 'margin-top': top }" @click="show = true">
9   - <text>{{ hasLogin ? doneSchoolName : "校职通" }}</text>
  9 + <text>{{ hasLogin ? doneSchoolName : appName }}</text>
10 10 <u-icon
11 11 v-if="hasLogin"
12 12 size="12rpx"
... ... @@ -39,7 +39,7 @@
39 39 height="496rpx"
40 40 />
41 41 <view class="school" :style="{ top: top }">
42   - <text>校职通</text>
  42 + <text>{{ appName }}</text>
43 43 <!-- <u-icon size="12rpx" name="/static/img/home/homesan.png"></u-icon> -->
44 44 </view>
45 45 </view>
... ... @@ -436,11 +436,17 @@ export default {
436 436 margin: 92,
437 437 isNav: false,
438 438 processNum: 0,
  439 + appName: 'wqweqw'
439 440 };
440 441 },
441 442
442 443 onLoad() {
443 444 this.getSystemInfo();
  445 + const nameData = {
  446 + 'wx6cd2152282abd34c': '校职通',
  447 + 'wxac18386e35824192': '新华实习',
  448 + }
  449 + this.appName = nameData[this.vuex_appId]
444 450 },
445 451
446 452 onShow() {
... ...
注册登录 后发表评论