Explorar el Código

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei hace 2 años
padre
commit
93b165bd8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pagesHome/order/detail.vue

+ 1 - 1
pagesHome/order/detail.vue

@@ -73,7 +73,7 @@
 		</view>
 		<view class="collect">
 			<text v-if="!collection" @click="toCollect" class="iconfont icon-yduishoucangkongxin"></text>
-			<text v-else @click="toCollect" class="iconfont icon-yduishoucangshixin"></text>
+			<text v-else @click="toCollect" class="iconfont icon-yduishoucangshixin-copy"></text>
 		</view>
 		<view class="menu">
 			<text @click="toMenu" class="iconfont icon-gengduo"></text>