瀏覽代碼

积分无法跳转

chenjj 3 月之前
父節點
當前提交
a028673cc1
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 2
      pages/mine/index.vue
  2. 1 1
      pages_home/pages/details/index.vue

+ 1 - 2
pages/mine/index.vue

@@ -156,8 +156,7 @@ const priceUser = [
         name: '我的积分',
         key: 'orderCount',
         decimals: 0,
-        switchPage: '/pages/classify',
-        value: 0,
+        page: '/pages_mine/pages/integral/index',
     },
 ]
 const priceAdmin = [

+ 1 - 1
pages_home/pages/details/index.vue

@@ -144,7 +144,7 @@ const volunteerPicture_img = computed(() => {
 
 //个人身份证
 const idCardPicture_img = computed(() => {
-    return details.value.idCardPicture ? details.value.idCardPicture.split(',') : []
+    return [details.value.idCardPictureFront,details.value.idCardPictureBack]
 })
 //职业、资质证书
 const certificationPicture_img = computed(() => {