细节优化
parent
3f3e77666e
commit
670790681a
|
|
@ -65,7 +65,7 @@
|
|||
"user": "User Center",
|
||||
"cart-page": "shopping cart",
|
||||
"buy": "acknowledgement of order",
|
||||
"web-view": "loading",
|
||||
"web-view": "",
|
||||
"login": "Login",
|
||||
"paytips": "Secure payment",
|
||||
"goods-search": "Product search",
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
"user-orderaftersale-detail": "After sales of orders",
|
||||
"extraction-address": "Self pickup address",
|
||||
"customview-customview": "Custom Page",
|
||||
"design": "Page design",
|
||||
"design": "",
|
||||
"error": "Kind reminder",
|
||||
"article-category": "All articles",
|
||||
"article-detail": "Article details",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"user": "用户中心",
|
||||
"cart-page": "购物车",
|
||||
"buy": "订单确认",
|
||||
"web-view": "加载中",
|
||||
"web-view": "",
|
||||
"login": "登录",
|
||||
"paytips": "安全支付",
|
||||
"goods-search": "商品搜索",
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
"common-open-setting-location": "",
|
||||
"common-agreement": "",
|
||||
"customview-customview": "自定义页面",
|
||||
"design": "页面设计",
|
||||
"design": "",
|
||||
"error": "温馨提示",
|
||||
"article-category": "所有文章",
|
||||
"article-detail": "文章详情",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view :class="theme_view">
|
||||
<view class="scroll-box bg-white">
|
||||
<scroll-view :scroll-y="true" class="scroll-box bg-white">
|
||||
<view class="page-bottom-fixed">
|
||||
<block v-if="data_list_loding_status == 3">
|
||||
<view class="padding-main">
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<!-- 错误提示 -->
|
||||
<component-no-data :propStatus="data_list_loding_status" :propMsg="data_list_loding_msg"></component-no-data>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue