Browse Source

更新头像

shish 1 year ago
parent
commit
8412fc281b
2 changed files with 2 additions and 2 deletions
  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}}