提交 999fbd967acd9721e8bf5ca340646409fcf206c1

作者 guomingshu
1 个父辈 dd215624

feat: fix bug

... ... @@ -102,7 +102,7 @@
102 102 },
103 103 "quickapp" : {},
104 104 "mp-weixin" : {
105   - "appid" : "wxac18386e35824192",
  105 + "appid" : "wx6cd2152282abd34c",
106 106 "setting" : {
107 107 "urlCheck" : false,
108 108 "es6" : true,
... ...
... ... @@ -2,7 +2,7 @@
2 2 <view class="edit-account">
3 3 <view class="account_name">
4 4 <view class="img_bg">
5   - <u-image src="/static/img/my/LOGO@2x.png" width="200rpx" height="96rpx" />
  5 + <u-image :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo.png`" width="200rpx" height="110rpx" />
6 6 </view>
7 7 <view class="describe">版本号v1.3.3</view>
8 8 </view>
... ... @@ -64,4 +64,4 @@
64 64 }
65 65 }
66 66 }
67   -</style>
  67 +</style>
... ...
... ... @@ -5,9 +5,9 @@ import home from './modules/home'
5 5 Vue.use(Vuex)
6 6
7 7 let lifeData = {};
8   -// let appId = 'wx6cd2152282abd34c';
  8 +let appId = 'wx6cd2152282abd34c';
9 9 // 新华网
10   -let appId = 'wxac18386e35824192';
  10 +// let appId = 'wxac18386e35824192';
11 11
12 12
13 13 try {
... ...
注册登录 后发表评论