替换iphone短信图标
This commit is contained in:
parent
bd829907f4
commit
3b14a94cce
2
main.js
2
main.js
|
|
@ -27,7 +27,7 @@ export function createApp() {
|
|||
const systemInfo = uni.getStorageSync('systemInfo') || {}
|
||||
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
|
||||
app.config.globalProperties.$systemInfo = systemInfo
|
||||
uni.setStorageSync('version', '1.0.3.sp5')
|
||||
uni.setStorageSync('version', '1.0.3.sp7')
|
||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||
|
||||
app.use(globalMethods);
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 334 B |
Loading…
Reference in New Issue