Commit 89787f53 authored by Mac's avatar Mac

1

parent c7958013
......@@ -77,12 +77,12 @@
},
{
"root": "pages/live",
// "plugins": {
// "live-player-plugin": {
// "version": "1.2.5",
// "provider": "wx2b03c6e691cd7370"
// }
// },
"plugins": {
"live-player-plugin": {
"version": "1.2.9",
"provider": "wx2b03c6e691cd7370"
}
},
"pages": [{
"path": "index"
}, {
......
......@@ -18,7 +18,7 @@
<u-icon name="arrow-left" size="44"></u-icon>
</view>
</view>
<view @click='yj' style="width: 200px;height: 50px;">活动</view>
<!-- <view @click='yj' style="width: 200px;height: 50px;">活动</view> -->
<u-tabs v-if="myPageData.home_pages && myPageData.home_pages.navs.length > 1" name="name" :list="myPageData.home_pages.navs"
:is-scroll="true" :active-color="mainColor" :current="active" :bar-width="80" :font-size="32" :bold="false" @change="changeHandler"></u-tabs>
<template v-for="(item, i) in myPageData.home_pages.navs">
......
......@@ -90,7 +90,7 @@
<view style="width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"></view>
<view class="center_item" style="font-size: 12px;color: #FFFFFF;" @click="gosales()">
<Text>销售额</Text>
<Text>{{sharedata.UserInfo.MySellMoney!=null ?sharedata.UserInfo.MySellMoney:0}}</Text>
<Text>{{sharedata.UserInfo.MySellMoney!=null ? sharedata.UserInfo.MySellMoney.toFixed(1) :0}}</Text>
</view>
</view>
<!-- 会员购买 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment