|
@@ -294,37 +294,39 @@
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
- <uni-col v-if="isPC" :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
|
|
|
|
|
- <view class="crm-title-box">
|
|
|
|
|
- <text class="tit">{{ t('ImproveImmediately.Title.MobileDeviceUpload') }}</text>
|
|
|
|
|
- <uni-tooltip placement="bottom">
|
|
|
|
|
- <text class="icon-tip">ⓘ</text>
|
|
|
|
|
- <template v-slot:content>
|
|
|
|
|
- <view class="address-tip">
|
|
|
|
|
- {{ t('ImproveImmediately.Content.popover2') }}
|
|
|
|
|
- </view>
|
|
|
|
|
- </template>
|
|
|
|
|
- </uni-tooltip>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="con-box">
|
|
|
|
|
- <view class="box">
|
|
|
|
|
- <image class="mobile" :src="icon_mobile" />
|
|
|
|
|
- <image class="arrow" :src="icon_arrowR" />
|
|
|
|
|
- <image class="img_mobile" style="
|
|
|
|
|
|
|
+ <cwg-match-media :min-width="991">
|
|
|
|
|
+ <uni-col v-if="isPC" :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
|
|
|
|
|
+ <view class="crm-title-box">
|
|
|
|
|
+ <text class="tit">{{ t('ImproveImmediately.Title.MobileDeviceUpload') }}</text>
|
|
|
|
|
+ <uni-tooltip placement="bottom">
|
|
|
|
|
+ <text class="icon-tip">ⓘ</text>
|
|
|
|
|
+ <template v-slot:content>
|
|
|
|
|
+ <view class="address-tip">
|
|
|
|
|
+ {{ t('ImproveImmediately.Content.popover2') }}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </uni-tooltip>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="con-box">
|
|
|
|
|
+ <view class="box">
|
|
|
|
|
+ <image class="mobile" :src="icon_mobile" />
|
|
|
|
|
+ <image class="arrow" :src="icon_arrowR" />
|
|
|
|
|
+ <image class="img_mobile" style="
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 120px;
|
|
width: 120px;
|
|
|
height: 120px;
|
|
height: 120px;
|
|
|
border: 8px solid var(--color-gray);
|
|
border: 8px solid var(--color-gray);
|
|
|
" :src="mobile">
|
|
" :src="mobile">
|
|
|
- <div slot="error" class="image-slot">
|
|
|
|
|
- <i class="el-icon-picture-outline"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- </image>
|
|
|
|
|
- <image class="icon_refresh" :src="icon_refresh" @click="getMobileInfo" />
|
|
|
|
|
|
|
+ <div slot="error" class="image-slot">
|
|
|
|
|
+ <i class="el-icon-picture-outline"></i>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </image>
|
|
|
|
|
+ <image class="icon_refresh" :src="icon_refresh" @click="getMobileInfo" />
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- </view>
|
|
|
|
|
|
|
|
|
|
- </uni-col>
|
|
|
|
|
|
|
+ </uni-col>
|
|
|
|
|
+ </cwg-match-media>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
|
<view class="descending">
|
|
<view class="descending">
|
|
|
<p class="title">
|
|
<p class="title">
|
|
@@ -1453,8 +1455,6 @@ onMounted(async () => {
|
|
|
await getLoginInfo()
|
|
await getLoginInfo()
|
|
|
await getMobileInfo()
|
|
await getMobileInfo()
|
|
|
await getCustomFileList()
|
|
await getCustomFileList()
|
|
|
- // WebSocket
|
|
|
|
|
- // initWebSocket()
|
|
|
|
|
isPC.value = IsPC()
|
|
isPC.value = IsPC()
|
|
|
uni.$on('updateImproveFile', (data) => {
|
|
uni.$on('updateImproveFile', (data) => {
|
|
|
updateFile(data)
|
|
updateFile(data)
|