关于我们增加版本更新
parent
5df36782df
commit
987ac4fca8
|
|
@ -37,9 +37,9 @@
|
||||||
<view v-if="propType == 'about'" class="margin-top">
|
<view v-if="propType == 'about'" class="margin-top">
|
||||||
<text class="cr-grey-9">{{app_version_info}}</text>
|
<text class="cr-grey-9">{{app_version_info}}</text>
|
||||||
<block v-if="is_loading">
|
<block v-if="is_loading">
|
||||||
<text v-if="(update_data || null) == null" class="cr-grey-c margin-left-lg text-size-xs">已是最新</text>
|
<text v-if="(update_data || null) == null" class="cr-grey-c margin-left-lg text-size-xs">{{$t('common.already_latest_text')}}</text>
|
||||||
<text v-else class="cr-blue margin-left-lg text-size-xs cp" @tap="update_event">去更新(v{{update_data.version_new}})</text>
|
<text v-else class="cr-blue margin-left-lg text-size-xs cp" @tap="update_event">{{$t('common.to_update_text')}}(v{{update_data.version_new}})</text>
|
||||||
<text v-if="(star_url || null) != null && (star_alert_images || null) != null" class="cr-blue margin-left-lg text-size-xs cp" @tap="star_event">去评分</text>
|
<text v-if="(star_url || null) != null && (star_alert_images || null) != null" class="cr-blue margin-left-lg text-size-xs cp" @tap="star_event">{{$t('common.to_star_text')}}</text>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,10 @@
|
||||||
"not_have_name": "not have",
|
"not_have_name": "not have",
|
||||||
"note": "Remarks",
|
"note": "Remarks",
|
||||||
"recommend_code_name": "Recommend code",
|
"recommend_code_name": "Recommend code",
|
||||||
"now_update_text": "Update Now"
|
"now_update_text": "Update Now",
|
||||||
|
"already_latest_text": "It is already the latest",
|
||||||
|
"to_update_text": "Go update",
|
||||||
|
"to_star_text": "To star"
|
||||||
},
|
},
|
||||||
"pages": {
|
"pages": {
|
||||||
"goods-category": "Product classification",
|
"goods-category": "Product classification",
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,10 @@
|
||||||
"not_have_name": "没有",
|
"not_have_name": "没有",
|
||||||
"note": "备注",
|
"note": "备注",
|
||||||
"recommend_code_name": "推荐码",
|
"recommend_code_name": "推荐码",
|
||||||
"now_update_text": "立即更新"
|
"now_update_text": "立即更新",
|
||||||
|
"already_latest_text": "已是最新",
|
||||||
|
"to_update_text": "去更新",
|
||||||
|
"to_star_text": "去评分"
|
||||||
},
|
},
|
||||||
"pages": {
|
"pages": {
|
||||||
"goods-category": "商品分类",
|
"goods-category": "商品分类",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue