panhui 5 лет назад
Родитель
Сommit
5e255ecf63

+ 12 - 0
project.config.json

@@ -61,6 +61,18 @@
         "miniprogram": {
             "current": -1,
             "list": [
+                {
+                    "id": -1,
+                    "name": "账号安全",
+                    "pathName": "pagesMine/Account",
+                    "scene": null
+                },
+                {
+                    "id": -1,
+                    "name": "认证",
+                    "pathName": "pagesHome/Authorized",
+                    "scene": null
+                },
                 {
                     "id": -1,
                     "name": "消息",

+ 4 - 2
src/components/filter/Country.vue

@@ -28,7 +28,7 @@
                 <div class="left-icon">
                     <van-icon v-if="headerInfo" color="#5E636D" @click="back" :size="24" name="arrow-left" />
                 </div>
-                <h3>国家地区</h3>
+                <h3>{{ $t('guo-jia-di-qu') }}</h3>
                 <van-icon color="#5E636D" :size="24" name="cross" @click="showPopup = false" />
             </div>
             <van-cell-group :border="false">
@@ -38,7 +38,9 @@
                     :border="false"
                     :custom-class="value === headerInfo.value ? 'active' : ''"
                 >
-                    <h3 class="fontNormal" slot="title">全部{{ $t(headerInfo.label) }}国家/地区</h3>
+                    <h3 class="fontNormal" slot="title">
+                        {{ $t('quan-bu') }}{{ $t(headerInfo.label) }}{{ $t('di-qu') }}
+                    </h3>
                     <van-icon
                         v-if="value === headerInfo.value"
                         slot="right-icon"

+ 4 - 4
src/locales/zh.json

@@ -214,9 +214,9 @@
   "dian-ji-guan-kan-imt-3d-zhan-ting": "点击观看 IMT 3D展厅",
   "zhi-neng-zhi-zao-chan-ye-lian-sheng-tai-xi-tong": "智能制造产业链生态系统",
   "ke-ji-ping-tai": "科技平台",
-  "gao-du-ji-ju-xing": "高度集聚性",
-  "gao-jing-mi-chan-pin-ji-shu": "高精密产品/技术",
-  "gao-du-zhuan-ye-hua": "高度专业化",
+  "gao-du-ji-ju-xing": "行业集聚",
+  "gao-jing-mi-chan-pin-ji-shu": "产品精尖",
+  "gao-du-zhuan-ye-hua": "服务专业",
   "id-zhang-hao": "ID账号",
   "deng-lu-mi-ma": "登录密码",
   "yi-she-zhi": "已设置",
@@ -268,7 +268,7 @@
   "qing-shu-ru-chan-pin-ming-cheng": "请输入产品名称",
   "qing-shu-ru-pin-pai-ming-cheng": "请输入品牌名称",
   "chan-pin-miao-shu": "产品描述",
-  "qing-jian-yao-miao-shu-nin-de-chan-pin-100-zi-yi-nei": "请简要描述您的产品,100字以内",
+  "qing-jian-yao-miao-shu-nin-de-chan-pin-100-zi-yi-nei": "请简要概述产品功能,100字以内",
   "ti-jiao": "提交",
   "qing-xuan-ze-chan-pin-lei-bie": "请选择产品类别",
   "qing-xuan-ze-ying-yong-ling-yu": "请选择应用领域",

+ 1 - 1
src/pagesChat/ChatForm.vue

@@ -63,7 +63,7 @@ export default {
             }
         },
         sex() {
-            return this.info.sex ? sexModels.get(this.info.sex).label : '';
+            return this.info.sex ? this.$t(sexModels.get(this.info.sex).label) : '';
         }
     },
     components: {

+ 1 - 1
src/pagesHome/FilterPage.vue

@@ -18,7 +18,7 @@
         <product-tags v-model="tagIds" v-if="pageType === 'product'"></product-tags>
         <enterprise-type v-model="enterpriseType" v-if="pageType === 'vendor'"></enterprise-type>
         <application v-model="applicationField"></application>
-        <offline-experience v-model="offlineExperience" v-if="pageType === 'product'"></offline-experience>
+        <!-- <offline-experience v-model="offlineExperience" v-if="pageType === 'product'"></offline-experience> -->
 
         <fixed-button btnList>
             <van-button type="default" block @click="restart">{{ $t('zhong-zhi') }}</van-button>

+ 1 - 1
src/pagesMine/Upload.vue

@@ -25,7 +25,7 @@
                 :style="{ backgroundColor: cropperOpt.boundStyle.color }"
                 @tap="getCropperImage"
             >
-                this.$t('sheng-cheng-tu-pian')
+                {{ $t('sheng-cheng-tu-pian') }}
             </div>
         </div>
     </div>