|
@@ -26,15 +26,15 @@
|
|
|
<text class="statisticsValue">300</text>
|
|
<text class="statisticsValue">300</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="flex-row justify-center out leftBorder">
|
|
|
|
|
- <view class="flex-col statisticsItem " @click="navigateTo('/pages/cooperation/cooperation')">
|
|
|
|
|
- <view>
|
|
|
|
|
- <image src="/static/my/hezuohuoban.png" class="statisticsImg"></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <text class="statisticsKey">合作伙伴(人)</text>
|
|
|
|
|
- <text class="statisticsValue">300</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="flex-row justify-center out leftBorder">-->
|
|
|
|
|
+<!-- <view class="flex-col statisticsItem " @click="navigateTo('/pages/cooperation/cooperation')">-->
|
|
|
|
|
+<!-- <view>-->
|
|
|
|
|
+<!-- <image src="/static/my/hezuohuoban.png" class="statisticsImg"></image>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- <text class="statisticsKey">合作伙伴(人)</text>-->
|
|
|
|
|
+<!-- <text class="statisticsValue">300</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex-row justify-around " v-else>
|
|
<view class="flex-row justify-around " v-else>
|
|
@@ -59,12 +59,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="flex-col justify-start list">
|
|
|
|
|
- <uni-list :border="false">
|
|
|
|
|
- <uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="我的分组" to="/pages/myGroup/myGroup" showArrow thumb="/static/my/fenzu.png" thumb-size="sm" rightText=""/>
|
|
|
|
|
- <uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="购买优惠券" to="/pages/purchaseCoupon/purchaseCoupon" showArrow thumb="/static/my/coupon.png" thumb-size="sm" rightText=""/>
|
|
|
|
|
- </uni-list>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="flex-col justify-start list">-->
|
|
|
|
|
+<!-- <uni-list :border="false">-->
|
|
|
|
|
+<!-- <uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="我的分组" to="/pages/myGroup/myGroup" showArrow thumb="/static/my/fenzu.png" thumb-size="sm" rightText=""/>-->
|
|
|
|
|
+<!-- <uni-list-item v-if="userInfo.isManager == 1" :clickable="true" title="购买优惠券" to="/pages/purchaseCoupon/purchaseCoupon" showArrow thumb="/static/my/coupon.png" thumb-size="sm" rightText=""/>-->
|
|
|
|
|
+<!-- </uni-list>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|