7.3提交
This commit is contained in:
@@ -16,7 +16,7 @@ Page({
|
||||
*/
|
||||
onLoad(options) {
|
||||
this.setData({
|
||||
cover: options["cover"] || "https://www4.bing.com//th?id=OHR.BaobabAvenue_ZH-CN5217451344_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp"
|
||||
cover: options["cover"] || "https://cn.bing.com//th?id=OHR.GlastonburyScenic_ZH-CN9162571249_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp"
|
||||
})
|
||||
this.initCanvas();
|
||||
},
|
||||
@@ -209,7 +209,7 @@ Page({
|
||||
title: '打包中...',
|
||||
})
|
||||
const images = that.data.imageList;
|
||||
if (!images && images.length == 0) return false;
|
||||
//if (images.length == 0) return false;
|
||||
const img = images[images.length - 1];
|
||||
// 将背景图片画上去
|
||||
const ctx = this.data.canvasContext;
|
||||
|
||||
Reference in New Issue
Block a user