Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-17 17:17:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9db9837f23d2f92fa425d0f16b32f1e46e42e639
9db9837f
1 parent
9744a830
fix(Rewards): 移除商户名称的默认值显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/Rewards/index.vue
src/pages/Rewards/index.vue
View file @
9db9837
<!--
* @Date: 2025-08-27 17:47:26
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-17 1
3:55:54
* @LastEditTime: 2025-09-17 1
7:16:33
* @FilePath: /lls_program/src/pages/Rewards/index.vue
* @Description: 文件描述
-->
...
...
@@ -69,7 +69,7 @@
<image :src="reward.thumbnail" class="w-16 h-16 rounded-lg mr-4 flex-shrink-0" mode="aspectFill" />
<view class="flex-1 min-w-0">
<view class="font-medium text-base">{{ reward.title }}</view>
<view class="text-gray-500 text-sm mt-1">{{ reward.merchant_name
|| '商户'
}}</view>
<view class="text-gray-500 text-sm mt-1">{{ reward.merchant_name }}</view>
</view>
<view class="ml-4 px-4 py-2 bg-blue-500 text-white rounded-lg text-sm flex-shrink-0"
@click="goToRewardDetail(reward)">
...
...
Please
register
or
login
to post a comment