aaa
This commit is contained in:
parent
25332ce880
commit
2175c4f153
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name" : "dianbiao",
|
||||
"appid" : "__UNI__72DD260",
|
||||
"appid" : "__UNI__EC9EC3E",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
|
|
35
pages.json
35
pages.json
|
@ -273,6 +273,41 @@
|
|||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path": "yunying/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path": "yunying/gongdan/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path": "yunying/gongdan/mingxi",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path": "yunying/gongdan/liushui",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path": "yunying/gongdan/lsmx",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -156,7 +156,9 @@
|
|||
url:'/pages/agentpages/shopguanli/index'
|
||||
})
|
||||
} else if (num == 3) {
|
||||
|
||||
uni.navigateTo({
|
||||
url:'/page_user/yunying/index'
|
||||
})
|
||||
} else if (num == 4) {
|
||||
|
||||
} else if (num == 5) {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<view class="ditu">
|
||||
<view class="dtxs">
|
||||
<map class='map' :latitude="latitude" :longitude="longitude" @click="handleMapClick"
|
||||
:markers="covers" />
|
||||
:show-location="true" :markers="covers" />
|
||||
</view>
|
||||
<view class="tubiao">
|
||||
<view class="gr" @click="btnindex(1)">
|
||||
|
@ -40,108 +40,6 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 代理首页显示 -->
|
||||
<!-- <view class="userdaili" v-if="false">
|
||||
<u-navbar :is-back="false" title="首页" :border-bottom="false" :background="bgc" title-color='#000'
|
||||
title-size='36' height='36'></u-navbar>
|
||||
|
||||
<view class="zhanghu">
|
||||
<view class="zhtitle">
|
||||
<text>账户余额(元)</text> <text class="tx" @click="btnnav(9)">提现明细</text>
|
||||
</view>
|
||||
<view class="zhje">
|
||||
<text>1163.916</text> <text class="btntx" @click="btnnav(10)">立即提现</text>
|
||||
</view>
|
||||
<view class="buc">
|
||||
收益提升技巧:加强关注,尽快为缺宝的设备补充充电宝
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="dttitle">
|
||||
订单统计
|
||||
</view>
|
||||
<view class="ordertongji">
|
||||
<view class="orderday">
|
||||
<view class="sj">
|
||||
<text @click="btnriq(1)" :class="dateindex == 1 ? 'dateactive' : ''">今日</text>
|
||||
<text @click="btnriq(2)" :class="dateindex == 2 ? 'dateactive' : ''">昨日</text>
|
||||
<text @click="btnriq(3)" :class="dateindex == 3 ? 'dateactive' : ''">近七日</text>
|
||||
<text @click="btnriq(4)" :class="dateindex == 4 ? 'dateactive' : ''">近30日</text>
|
||||
</view>
|
||||
</view>
|
||||
<u-picker mode="time" v-model="show" :params="params" @confirm="confirm"></u-picker>
|
||||
<view class="date">
|
||||
<text @click="btnks(1)">{{selector}}</text> -- <text @click="btnks(2)">{{selectors}}</text>
|
||||
</view>
|
||||
<view class="shuju">
|
||||
<view class="ddje">
|
||||
<view class="shu">
|
||||
32.5
|
||||
</view>
|
||||
<view class="sb">
|
||||
订单总额
|
||||
</view>
|
||||
</view>
|
||||
<text style="width: 1px;height: 60rpx;background: #979797;margin-top: 24rpx;"></text>
|
||||
<view class="ddje">
|
||||
<view class="shu">
|
||||
9
|
||||
</view>
|
||||
<view class="sb">
|
||||
订单总数
|
||||
</view>
|
||||
</view>
|
||||
<text style="width: 1px;height: 60rpx;background: #979797;margin-top: 24rpx;"></text>
|
||||
<view class="ddje">
|
||||
<view class="shu">
|
||||
0
|
||||
</view>
|
||||
<view class="sb">
|
||||
新增店铺
|
||||
</view>
|
||||
</view>
|
||||
<text style="width: 1px;height: 60rpx;background: #979797;margin-top: 24rpx;"></text>
|
||||
<view class="ddje">
|
||||
<view class="shu">
|
||||
0
|
||||
</view>
|
||||
<view class="sb">
|
||||
新增设备
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="dttitle">
|
||||
更多功能
|
||||
</view>
|
||||
<view class="gongneng">
|
||||
<view class="icons" @click="btnnav(1)">
|
||||
<image src="../../static/image/sbgl.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(2)">
|
||||
<image src="../../static/image/dpgl.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(3)">
|
||||
<image src="../../static/image/yygl.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(4)">
|
||||
<image src="../../static/image/dlgl.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(5)">
|
||||
<image src="../../static/image/ddgl.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(6)">
|
||||
<image src="../../static/image/hydp.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(7)">
|
||||
<image src="../../static/image/sjfx.png" mode=""></image>
|
||||
</view>
|
||||
<view class="icons" @click="btnnav(8)">
|
||||
<image src="../../static/image/a1.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<view class="page">
|
||||
<u-navbar title="附近门店" :border-bottom="false" :background="bgc" title-color='#000' title-size='36' height='38'></u-navbar>
|
||||
<view class="dtxs">
|
||||
<map class='map' :latitude="latitude" :longitude="longitude" :markers="covers" />
|
||||
<map class='map' :latitude="latitude" :show-location="true" :longitude="longitude" :markers="covers" />
|
||||
</view>
|
||||
<view class="listbox">
|
||||
<view class="title">
|
||||
|
|
Loading…
Reference in New Issue
Block a user