panhui 4 年 前
コミット
d1a704183f

+ 1 - 1
src/pagesHome/Brand.vue

@@ -235,7 +235,7 @@ export default {
     },
     },
     onShareAppMessage(from, target) {
     onShareAppMessage(from, target) {
         return {
         return {
-            title: this.$t('imt-ke-ji-ping-tai') + '|' + this.$t('zhan-shang-zong-lan'),
+            title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.$t('zhan-shang-zong-lan'),
             path: '/pagesHome/Brand',
             path: '/pagesHome/Brand',
             imageUrl:
             imageUrl:
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +

+ 1 - 1
src/pagesHome/Product.vue

@@ -209,7 +209,7 @@ export default {
     },
     },
     onShareAppMessage(from, target) {
     onShareAppMessage(from, target) {
         return {
         return {
-            title: this.$t('imt-ke-ji-ping-tai') + '|' + this.$t('quan-qiu-chan-pin'),
+            title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.$t('quan-qiu-chan-pin'),
             path: '/pagesHome/Product',
             path: '/pagesHome/Product',
             imageUrl:
             imageUrl:
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +

+ 1 - 1
src/pagesImt/Index.vue

@@ -257,7 +257,7 @@ export default {
     onPageScroll(e) {},
     onPageScroll(e) {},
     onShareAppMessage(from, target) {
     onShareAppMessage(from, target) {
         return {
         return {
-            title: this.$t('imt-ke-ji-ping-tai') + '|' + this.$t('imt-ping-tai'),
+            title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.$t('imt-ping-tai'),
             path: '/pagesImt/Index',
             path: '/pagesImt/Index',
             imageUrl:
             imageUrl:
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +

+ 1 - 1
src/pagesNews/News.vue

@@ -149,7 +149,7 @@ export default {
     },
     },
     onShareAppMessage(from, target) {
     onShareAppMessage(from, target) {
         return {
         return {
-            title: this.$t('imt-ke-ji-ping-tai') + '|' + this.$t('xin-wen-zi-xun'),
+            title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.$t('xin-wen-zi-xun'),
             path: '/pagesNews/News',
             path: '/pagesNews/News',
             imageUrl:
             imageUrl:
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +
                 'https://imt.oss-cn-hangzhou.aliyuncs.com/image/shareIcon.jpg' +

+ 1 - 1
src/pagesProduct/Detail.vue

@@ -425,7 +425,7 @@ export default {
     },
     },
     onShareAppMessage(from, target) {
     onShareAppMessage(from, target) {
         return {
         return {
-            title: this.$t('imt-ke-ji-ping-tai') + '|' + this.getName(this.productInfo),
+            title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.getName(this.productInfo),
             path: '/pagesProduct/Detail?id=' + this.productId,
             path: '/pagesProduct/Detail?id=' + this.productId,
             imageUrl: this.getList(this.productInfo.img) + '?x-oss-process=image/resize,m_pad,h_400,w_500,color_FFFFFF'
             imageUrl: this.getList(this.productInfo.img) + '?x-oss-process=image/resize,m_pad,h_400,w_500,color_FFFFFF'
         };
         };