fix(wish-tree): 图片扩展名改为 .jpg
- 实际格式是 JPEG,扩展名从 .png 改为 .jpg - 大小 332KB,远低于微信 2M 限制
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const versionInfo = require('../../utils/version.js');
|
||||
|
||||
Page({
|
||||
data: {
|
||||
userInfo: null,
|
||||
@@ -6,7 +8,11 @@ Page({
|
||||
solarTime: true,
|
||||
showBuddhist: false,
|
||||
highlightLunar: true,
|
||||
bookmarks: []
|
||||
bookmarks: [],
|
||||
version: versionInfo.version,
|
||||
buildNumber: versionInfo.buildNumber,
|
||||
buildTime: versionInfo.buildTime,
|
||||
commitSha: versionInfo.commitSha
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user