浏览代码

推广员图标调整

lsx 2 年之前
父节点
当前提交
b015c2cf00
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/pay-popup/pay-popup.vue
  2. 二进制
      src/static/public/promoter.png

+ 2 - 2
src/components/pay-popup/pay-popup.vue

@@ -14,9 +14,9 @@
 					</view>
 				</view>
 				<!-- 推广员信息 -->
-				<view class="flex coupon" @click="toPromoters" v-if="promoterNum > 0">
+				<view class="flex coupon" @click="toPromoters" v-if="promoterNum > 0">
 					<view class="flex coupon-left">
-						<image src="../../static/public/public_coupon.png" mode="scaleToFill"></image>
+						<image src="../../static/public/promoter.png" mode="scaleToFill"></image>
 						<view class="txt">盲票天使</view>
 					</view>
 					<view class="coupon-right flex">

二进制
src/static/public/promoter.png