Showing
3 changed files
with
5 additions
and
4 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | "miniprogramRoot": "./dist", | 2 | "miniprogramRoot": "./dist", |
| 3 | "projectname": "swx-weapp", | 3 | "projectname": "swx-weapp", |
| 4 | "description": "静待花开-活动小助手", | 4 | "description": "静待花开-活动小助手", |
| 5 | - "appid": "wxbd679e213af89c38", | 5 | + "appid": "wxa2b773ede618e6d0", |
| 6 | "setting": { | 6 | "setting": { |
| 7 | "urlCheck": true, | 7 | "urlCheck": true, |
| 8 | "es6": false, | 8 | "es6": false, | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | "miniprogramRoot": "./", | 2 | "miniprogramRoot": "./", |
| 3 | "projectname": "swx-weapp", | 3 | "projectname": "swx-weapp", |
| 4 | "description": "静待花开-活动小助手", | 4 | "description": "静待花开-活动小助手", |
| 5 | - "appid": "wxbd679e213af89c38", | 5 | + "appid": "wxa2b773ede618e6d0", |
| 6 | "setting": { | 6 | "setting": { |
| 7 | "urlCheck": true, | 7 | "urlCheck": true, |
| 8 | "es6": false, | 8 | "es6": false, | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-21 17:21:34 | 4 | + * @LastEditTime: 2022-10-28 16:30:35 |
| 5 | * @FilePath: /swx/src/pages/apxUserInfo/index.vue | 5 | * @FilePath: /swx/src/pages/apxUserInfo/index.vue |
| 6 | * @Description: 补充资料 | 6 | * @Description: 补充资料 |
| 7 | --> | 7 | --> |
| ... | @@ -17,7 +17,8 @@ | ... | @@ -17,7 +17,8 @@ |
| 17 | <label class="h5-label at-input__title at-input__title--required">头像</label> | 17 | <label class="h5-label at-input__title at-input__title--required">头像</label> |
| 18 | <van-uploader v-if="!has_image" @after-read="afterRead"> | 18 | <van-uploader v-if="!has_image" @after-read="afterRead"> |
| 19 | <view class=""> | 19 | <view class=""> |
| 20 | - <van-icon :name="icon_upload" size="3rem" color="" class="upload-icon" /> | 20 | + <!-- <van-icon :name="icon_upload" size="3rem" color="" class="upload-icon" /> --> |
| 21 | + <van-icon name="http://gyzs.onwall.cn/tou%402x.png" size="3rem" color="" class="upload-icon" /> | ||
| 21 | </view> | 22 | </view> |
| 22 | </van-uploader> | 23 | </van-uploader> |
| 23 | <view v-else class="upload-box"> | 24 | <view v-else class="upload-box"> | ... | ... |
-
Please register or login to post a comment