소스 검색

权益卡名字

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 || ''}}