Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-28 16:34:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54fcc9651229f54b7340a36d89ca2a129899d3ed
54fcc965
1 parent
debe7941
更新到正式AppId
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
project.config.json
project.tt.json
src/pages/apxUserInfo/index.vue
project.config.json
View file @
54fcc96
...
...
@@ -2,7 +2,7 @@
"miniprogramRoot"
:
"./dist"
,
"projectname"
:
"swx-weapp"
,
"description"
:
"静待花开-活动小助手"
,
"appid"
:
"wx
bd679e213af89c38
"
,
"appid"
:
"wx
a2b773ede618e6d0
"
,
"setting"
:
{
"urlCheck"
:
true
,
"es6"
:
false
,
...
...
project.tt.json
View file @
54fcc96
...
...
@@ -2,7 +2,7 @@
"miniprogramRoot"
:
"./"
,
"projectname"
:
"swx-weapp"
,
"description"
:
"静待花开-活动小助手"
,
"appid"
:
"wx
bd679e213af89c38
"
,
"appid"
:
"wx
a2b773ede618e6d0
"
,
"setting"
:
{
"urlCheck"
:
true
,
"es6"
:
false
,
...
...
src/pages/apxUserInfo/index.vue
View file @
54fcc96
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
1 17:21:34
* @LastEditTime: 2022-10-2
8 16:30:35
* @FilePath: /swx/src/pages/apxUserInfo/index.vue
* @Description: 补充资料
-->
...
...
@@ -17,7 +17,8 @@
<label class="h5-label at-input__title at-input__title--required">头像</label>
<van-uploader v-if="!has_image" @after-read="afterRead">
<view class="">
<van-icon :name="icon_upload" size="3rem" color="" class="upload-icon" />
<!-- <van-icon :name="icon_upload" size="3rem" color="" class="upload-icon" /> -->
<van-icon name="http://gyzs.onwall.cn/tou%402x.png" size="3rem" color="" class="upload-icon" />
</view>
</van-uploader>
<view v-else class="upload-box">
...
...
Please
register
or
login
to post a comment