From ef240131386f3f37cd3d0b232b4d237fb73d1132 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 16 十月 2024 23:59:09 +0800 Subject: [PATCH] 1.部分图片替换 --- sub_pages/customer/coupon/good-all.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_pages/customer/coupon/good-all.vue b/sub_pages/customer/coupon/good-all.vue index 457da05..52a07fd 100644 --- a/sub_pages/customer/coupon/good-all.vue +++ b/sub_pages/customer/coupon/good-all.vue @@ -14,7 +14,7 @@ <view class="point-record m-r-a"> <view class="text-center title">我的积分</view> <view class="flex" @click="goto('/sub_pages/customer/coupon/point-history',true)"> - <image src="../../../static/images/customer/coupon/icon-point.png" class="point-icon"> + <image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/82/82d4e36b7d124dab843427c36454da93icon-point.png" class="point-icon"> </image> {{self_point}} <uni-icons class="icon" type="right" size="32"></uni-icons> @@ -23,7 +23,7 @@ <view class="m-l-a m-r-0 rule" @click="goto('/pages/help/content?id=积分规则',false)"> <view class="flex w-fit m-l-a m-r-15"> <view class="m-r-10">规则</view> - <image src="../../../static/images/customer/coupon/icon-rule.png" class="rule-icon"> + <image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/da/da4bfa0af86345a9ab3ce383b7fac830icon-rule.png" class="rule-icon"> </image> </view> <!-- src="../../../static/images/customer/coupon/good-point-icon.png" --> -- Gitblit v1.9.3