合并代码

This commit is contained in:
sx 2025-02-19 18:45:15 +08:00
parent eff7819402
commit b33123604d
3 changed files with 17 additions and 5 deletions

View File

@ -2,8 +2,8 @@
"name" : "九亿",
"appid" : "__UNI__08B31BC",
"description" : "",
"versionName" : "1.0.5",
"versionCode" : 1005,
"versionName" : "1.0.6",
"versionCode" : 1006,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -22,8 +22,6 @@
import api from '@/api/index.js'
//
import util from '@/common/js/util';
// api
import api from '@/api/index.js'
//
const {
proxy

View File

@ -19,6 +19,8 @@ import {
} from 'vuex'
//
import statusBar from '@/components/header/statusBar'
//
import noLogin from '@/components/login/noLogin'
//
import productList from '@/components/shop/productList/productList';
@ -64,7 +66,19 @@ function toCustomer() {
</script>
<template>
<view class="app">
<view class="page" v-if="!userinfo.id">
<statusBar />
<view class="head rows plr30">
<view class="side"></view>
<view class="f1"></view>
<view class="side">
<uni-icons type="gear" size="40rpx" color="#333" @click="link('/pages/mine/setting/setting')" />
</view>
</view>
<noLogin class="f1" />
</view>
<view class="app" v-else>
<view class="apex" :class="{ 'active': showHeader }">
<statusBar />
<view class="head rows">