瀏覽代碼

权益卡名字

zhanghui 2 年之前
父節點
當前提交
1ecf7775f2
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      storePages/myRights/index.vue
  2. 1 1
      storePages/useRights/index.vue

+ 1 - 1
storePages/myRights/index.vue

@@ -23,7 +23,7 @@
 
 				<view class="h-center-content flex-col justify-around">
 					<view class="h-value">
-						<text>{{item.description}}</text>
+						<text>{{item.title}}</text>
 					</view>
 					<view class="title">
 						使用项目:{{item.serviceProjectName || ''}}

+ 1 - 1
storePages/useRights/index.vue

@@ -32,7 +32,7 @@
 
 					<view class="h-center-content flex-col ">
 						<view class="h-value">
-							<text>{{item.description}}</text>
+							<text>{{item.title}}</text>
 						</view>
 						<view class="title">
 							使用项目:{{item.serviceProjectName || ''}}