shish 1 год назад
Родитель
Сommit
8412fc281b
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/pagesPurchase/ghsProduct.vue
  2. 1 1
      hdApp/src/pagesPurchase/ghsProduct2.vue

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -3,7 +3,7 @@
 	<view class="billing_box_bg">
 		<view class="c_header" :class="myClass">
 			<view class="header_inside">
-				<image :src="ghsInfo.avatar"></image>
+				<image :src="ghsInfo.smallAvatar"></image>
 				<view class="shop_info">
 					<view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
 						{{ghsInfo.name}}

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct2.vue

@@ -3,7 +3,7 @@
 	<view class="billing_box_bg">
 		<view class="c_header" :class="myClass">
 			<view class="header_inside">
-				<image :src="ghsInfo.avatar"></image>
+				<image :src="ghsInfo.smallAvatar"></image>
 				<view class="shop_info">
 					<view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
 						{{ghsInfo.name}}