Procházet zdrojové kódy

feat:交友圈排行榜

zhanghui před 1 rokem
rodič
revize
7f44d97379
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      pages.json
  2. 1 1
      pages/my/my.vue
  3. 1 1
      pages/spreadRankingList/spreadRankingList.vue

+ 1 - 1
pages.json

@@ -217,7 +217,7 @@
 			"path" : "pages/spreadRankingList/spreadRankingList",
 			"style" :
 			{
-				"navigationBarTitleText" : "拓客排行榜"
+				"navigationBarTitleText" : "交友圈排行榜"
 			}
 		},
 		{

+ 1 - 1
pages/my/my.vue

@@ -78,7 +78,7 @@
 				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="我的分组" to="/pages/myGroup/myGroup" showArrow thumb="/static/my/fenzu.png" thumb-size="sm" />
 				<uni-list-item v-if="userInfo.isExtensionWorker == 1" :clickable="true" title="推广码" showArrow thumb="/static/my/qr.png" thumb-size="sm" @click="openQrCord" />
 				<uni-list-item v-if="userInfo.roleTag == 1" :clickable="true" title="购买优惠券" to="/pages/purchaseCoupon/purchaseCoupon" showArrow thumb="/static/my/coupon.png" thumb-size="sm" />
-				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="拓客排行榜" to="/pages/spreadRankingList/spreadRankingList" showArrow thumb="/static/my/ranking.png" thumb-size="sm"/>
+				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="交友圈排行榜" to="/pages/spreadRankingList/spreadRankingList" showArrow thumb="/static/my/ranking.png" thumb-size="sm"/>
 				<uni-list-item v-if="userInfo.isManager == 0" :clickable="true" title="我的规则" to="/pages/myRules/index" showArrow thumb="/static/my/ranking.png" thumb-size="sm"/>
 				<uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="拓客规则" to="/pages/myRole/index" showArrow thumb="/static/my/ranking.png" thumb-size="sm"/>
 			</uni-list>

+ 1 - 1
pages/spreadRankingList/spreadRankingList.vue

@@ -2,7 +2,7 @@
   <view class="page">
     <!-- #ifdef H5-->
     <uni-nav-bar v-if="!$isWxBrowser()" :fixed="true" background-color="#FFE05C" :border="false" :statusBar="false"
-                 left-icon="left" title="拓客排行榜" @clickLeft="back"/>
+                 left-icon="left" title="交友圈排行榜" @clickLeft="back"/>
     <!-- #endif -->
 
     <view class="example-body">