Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王文桦
/
sxBusinessMp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 344d003c
authored
Jun 29, 2020
by
wwh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
daeed0f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/pages/order/remark.wpy
src/pages/shop/index.wpy
src/pages/order/remark.wpy
View file @
344d003
...
...
@@ -53,7 +53,7 @@
}
await order.note(this.orderId, this.input.sellerNote)
await Tips.success('保存成功');
Event.emit(Event.ORDER_LIST_UPDATE);
//
Event.emit(Event.ORDER_LIST_UPDATE);
wepy.navigateBack();
}
};
...
...
src/pages/shop/index.wpy
View file @
344d003
...
...
@@ -235,7 +235,7 @@
wepy.$instance.globalData.siteBusinessId='';
this.$redirect('../home/shops');
Event.emit(Event.USER_LOGOUT);
//
Event.emit(Event.USER_LOGOUT);
},
async logout() {
await Tips.confirm('是否确认退出登录?');
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment