Compare commits

..

2 Commits

Author SHA1 Message Date
tangxinyue 78c99caaa5 Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1
# Conflicts:
#	main.js
2026-03-19 15:29:34 +08:00
tangxinyue 3b14a94cce 替换iphone短信图标 2026-03-19 15:26:11 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@
v-html="item.chatList?.[item.chatList?.length - 1]?.content || ''"></view>
</view>
<view class="box-right h100 flex-column flex-align-center">
<image v-if="phone == 'iphone'" class="m-t-4"
src="/static/image/phone-message/iphone/right.png"></image>
<image v-if="phone == 'iphone'" src="/static/image/phone-message/iphone/right.png">
</image>
<image v-if="item.noNotice && phone == 'iphone'" class="m-t-8"
src="/static/image/phone-message/iphone/notice.png"></image>
</view>

View File

@ -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.sp6')
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