mirror of
https://github.com/no1xuan/photo.git
synced 2026-08-28 17:50:40 +08:00
增加六寸排版照,相机增加返回,部分探索功能增加自定义参数,调整首页登录,我的作品增加点击图片查看,定制尺寸增加引导用户跳转制作,移除彩蛋遗留代码
This commit is contained in:
@@ -281,7 +281,7 @@ Page({
|
||||
imageDivision(tu) {
|
||||
wx.showLoading({ title: '处理中...' });
|
||||
|
||||
if (this.data.type === 6) {
|
||||
if (this.data.type == 6) {
|
||||
setTimeout(() => {
|
||||
wx.showLoading({ title: '正在处理细节...' });
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user