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-01 17:53:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
46e78edee82e625a0ae32cf8b7cfa35b72a946e6
46e78ede
1 parent
041075f8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
src/pages/createActivity/index.vue
src/pages/index/index.vue
src/pages/myFollowUser/index.vue
src/pages/createActivity/index.vue
View file @
46e78ed
...
...
@@ -816,7 +816,6 @@ const updateActivityInfo = async ({ activity, host }) => {
reg_end_time.value = moment(activity.reg_end_time).format('YYYY-MM-DD HH:mm');
// 默认弹框活动时间
defaultActivityTime = formatInfoDate(activity.activity_time);
console.warn(defaultActivityTime);
defaultStartTime = formatInfoDate(activity.reg_begin_time);
defaultEndTime = formatInfoDate(activity.reg_end_time);
// 人数限制字段
...
...
src/pages/index/index.vue
View file @
46e78ed
...
...
@@ -204,7 +204,6 @@ export default {
// 来自页面内的按钮的转发
if (options.from == 'button') {
var eData = options.target.dataset;
console.warn(eData); // shareBtn
// 此处可以修改 shareObj 中的内容
shareObj.path = '/pages/goods/goods?goodId=' + eData.id;
}
...
...
src/pages/myFollowUser/index.vue
View file @
46e78ed
...
...
@@ -148,7 +148,6 @@ export default {
async onShow () {
// 先看一下有没有缓存过参加主办方ID
const id = hostStore().join_id;
console.warn(id);
let host_id = '';
if (id) {
host_id = id;
...
...
Please
register
or
login
to post a comment