Commit feae3a32 authored by ZJG's avatar ZJG

订单添加bar

parent e0b93461
......@@ -183,6 +183,7 @@
</view>
</view>
<u-loadmore :status="status" :load-text="loadText" :font-size="24" :margin-top="20" :margin-bottom="20" bg-color="#ECF1F4" />
<view style="width: 100%;height: 85px;"></view>
</scroll-view>
</view>
<u-popup v-model="showModal" mode="center" length="80%">
......@@ -205,16 +206,17 @@
</view>
</u-popup>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth='goback'></auth>
<tabbar v-if='barshow==1'></tabbar>
</view>
</template>
<script>
import auth from "@/components/auth/index.vue";
import tabbar from "@/components/tabbar/index";
export default{
components: {
auth,
tabbar
},
data(){
return{
......@@ -251,10 +253,14 @@
index:0,
item:{},
payindex:0,//支付的索引
barshow:0,
}
},
onLoad(options){
this.current = options.status || 0;
if(options.barshow){
this.barshow=options.barshow
}
let currentPages = getCurrentPages();
let u = "/" + currentPages[currentPages.length - 1].route;
let pages = wx.getStorageSync("basedata") ?
......
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