no message
Showing
18 changed files
with
195 additions
and
43 deletions
-
Please register or sign in to post a comment
... | ... | @@ -6,7 +6,7 @@ Component({ |
// 这里定义了innerText属性,属性值可以在组件使用时指定 | ||
innerText: { | ||
type: String, | ||
value: 'default value', | ||
value: '这里空空如也~', | ||
}, | ||
emptyVisible: { | ||
type: Boolean, | ||
... | ... |
... | ... | @@ -13,7 +13,6 @@ Page({ |
}) | ||
}, | ||
onLoad(options) { | ||
let sessionId = app.store.getItem('sessionId'); | ||
if (sessionId) { | ||
app.queryIndex({ | ||
... | ... |
... | ... | @@ -33,7 +33,7 @@ Page({ |
}).then((result) => { | ||
console.log("result:", result); | ||
wx.showLoading({ | ||
title: '海报生成中', | ||
title: '海报在修图中···”', | ||
}); | ||
this.initData(); | ||
}) | ||
... | ... |