Compare commits

..

No commits in common. "78c99caaa53d4611c6bfaf300aadc4f446cf0908" and "7b1d55dfa3143d69d8f48865be5af8edeecf1be5" have entirely different histories.

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

View File

@ -27,7 +27,7 @@ export function createApp() {
const systemInfo = uni.getStorageSync('systemInfo') || {} const systemInfo = uni.getStorageSync('systemInfo') || {}
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android' app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
app.config.globalProperties.$systemInfo = systemInfo app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.3.sp7') uni.setStorageSync('version', '1.0.3.sp6')
app.config.globalProperties.$version = uni.getStorageSync('version') app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods); app.use(globalMethods);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 821 B