Browse Source

上传

master
前端-胡立永 5 months ago
parent
commit
0c4fe0e1cb
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/index/index.vue
  2. +1
    -1
      pages/index/order.vue
  3. +1
    -1
      store/store.js

+ 1
- 1
pages/index/index.vue View File

@ -93,7 +93,7 @@
</view>
<view class="btns">
<view class="btn"
@click="$utils.navigateTo('/pages_order/auth/wxUserInfo')">
@click="">
我要水洗
</view>
</view>


+ 1
- 1
pages/index/order.vue View File

@ -16,7 +16,7 @@
<view v-if="orderList.records.length > 0" class="list">
<view class="item"
v-for="(item, index) in orderList.records"
v-for="(item, index) in orderList.records"
@click="toOrderDetail(item.id)"
:key="index">


+ 1
- 1
store/store.js View File

@ -10,7 +10,7 @@ import Position from '@/utils/position.js'
const store = new Vuex.Store({
state: {
configList: [], //配置列表
shop : true,
shop : false,
position : {//定位信息
latitude : 0,
longitude : 0,


Loading…
Cancel
Save