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-11-17 12:16:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35f102aa6161b003a188c0c862c41197243f71af
35f102aa
1 parent
f780bc5e
fix 扫描小程序码进入详情问题修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/activityDetail/index.vue
src/pages/activityDetail/index.vue
View file @
35f102a
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-17 11:
00
:45
* @LastEditTime: 2022-11-17 11:
22
:45
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 活动详情页
-->
...
...
@@ -570,6 +570,7 @@ export default {
if (options.scene) {
let qr_id = (decodeURIComponent(options.scene)).slice(2);
this.qr_id = qr_id;
Taro.setStorageSync('activity_id', qr_id);
}
},
mounted() {
...
...
Please
register
or
login
to post a comment