Browse Source

修改问题

1.0
396316021 2 years ago
parent
commit
db09759b34
  1. 14
      api/user.js
  2. 19
      pages/Cron/detail.vue
  3. 9
      pages/Feed/index.vue
  4. 12
      pages/Goods/index.vue
  5. 2
      pages/Index/components/HomePage/index.vue
  6. 143
      pages/Index/components/ShopPage/index.vue
  7. 9
      pages/Index/components/UserPage/index.vue
  8. 15
      pages/Index/index.vue
  9. 23
      pages/Line/components/SubmitPage/index.vue
  10. 15
      pages/Order/components/confirm.scss
  11. 25
      pages/Order/confirm.vue
  12. 54
      pages/Order/detail.vue
  13. 4
      pages/Order/done.vue
  14. 25
      pages/Shop/index.vue
  15. 1
      pages/User/edit.vue
  16. 27
      pages/User/order.vue
  17. 2
      project.private.config.json

14
api/user.js

@ -173,4 +173,18 @@ export function avatarUpload(data) {
method: "post",
data
});
}
/**
* 用户租房信息详情
* @param data
* @returns {Promise | Promise<unknown>}
*/
export function houseOrderDetail(data) {
return request({
url: `${host}/user/house-orderinfo`,
method: "get",
data
});
}

19
pages/Cron/detail.vue

@ -39,7 +39,7 @@
></u-tabs>
</view>
<u-list
@scrolltolower="getCron(true,1)"
@scrolltolower="getCron(true)"
:height="(size.height)+'px'"
:custom-style="{padding:'0 26rpx',boxSizing:'border-box'}"
>
@ -160,31 +160,30 @@ export default {
this.balance = res.data.balance;
})
},
getCron(nextPage = false,index = 1) {
if (this.end[index]) {
getCron(nextPage = false) {
if (this.end[this.current]) {
return false;
}
cronList({
type: index,
type: (this.current+1),
limit: 10,
page: this.page[index],
page: this.page[this.current],
}).then((res) => {
this.lists[index] = this.lists[index].concat(res.data)
this.lists[this.current] = this.lists[this.current].concat(res.data)
if (res.data.length === 0) {
this.end[index] = true;
this.end[this.current] = true;
}
})
if (nextPage) {
this.page[index]++;
this.page[this.current]++;
}
},
tabChange(e) {
console.log(e)
this.page[e.index] = 1;
this.end[e.index] = false;
this.lists = [[],[]];
this.current = index;
this.current = e.index;
this.getCron(true,e.index);
}
},

9
pages/Feed/index.vue

@ -167,8 +167,15 @@ export default {
this.model.file = file.join();
this.$refs.feedForm.validate().then(res => {
feedback(this.model).then((res) => {
if(res === '200'){
if(res.code === 200){
uni.$u.toast('反馈成功')
this.model = {
connect:'',
remark:'',
file:[]
}
this.fileList = [];
}else{
uni.$u.toast(res.msg)
}

12
pages/Goods/index.vue

@ -208,7 +208,7 @@
<u-number-box inputWidth="60" buttonSize="60" v-model="model.number">
<template #input>
<view class="number">
<u-input type="number" v-model="model.number" inputAlign="center" customStyle="width:60rpx;height:60rpx"></u-input>
<u-input type="number" v-model="model.number" inputAlign="center" @blur="numberBlur" customStyle="width:60rpx;height:60rpx"></u-input>
</view>
</template>
</u-number-box>
@ -280,6 +280,12 @@ export default {
this.size.height = api.navHeight().navigationBar + api.navHeight().systemBar
},
methods: {
numberBlur(){
if(this.model.number > this.specificationsList[this.model.spec].quantity){
this.model.number = this.specificationsList[this.model.spec].quantity;
console.log('blur')
}
},
callPhone(){
uni.makePhoneCall({
phoneNumber: this.detail.tel?.toString()
@ -311,6 +317,10 @@ export default {
this.getSpec();
},
submit(){
if(this.model.number > this.specificationsList[this.model.spec].quantity){
this.model.number = this.specificationsList[this.model.spec].quantity;
uni.$u.toast('超过最大库存数量,已为您填入最大数量');
}
this.model.info = this.specificationsList[this.model.spec];
this.model.info.name = this.detail.name;
this.model.info.image = this.detail.images[0];

2
pages/Index/components/HomePage/index.vue

@ -295,7 +295,7 @@ export default {
goodsList: [],
user: {
avatar: imghost + '/static/image/banner.png',
nickname: '清晨的风',
nickname: '风',
coupons: 221,
id: 88685
},

143
pages/Index/components/ShopPage/index.vue

@ -92,7 +92,7 @@
</u-row>
</view>
<view class="map-container" :style="{display:(tabCheck === 'room'?'flex':'none')}">
<view class="map-container" :style="{display:(tabCheck === 'room'?'flex':'none')}" v-if="(tabCheck === 'room')">
<view class="top-map" :style="{marginTop:size.height+'px'}">
<view id="map" class="map">
<map id="shopMap" style="width:100%;height:1000rpx;" class="map" :show-location="true" :latitude="lat"
@ -126,7 +126,7 @@
</view>
</view>
<view class="room-container" :style="{display:(tabCheck === 'room'?'block':'none')}">
<view class="room-container" :style="{display:(tabCheck === 'room'?'block':'none')}" v-if="(tabCheck === 'room')">
<uv-waterfall ref="waterfall"
v-model="listWater"
left-gap="26rpx"
@ -220,7 +220,7 @@
</uv-waterfall>
</view>
<view class="room-container item-container" :style="{display:(tabCheck === 'item'?'block':'none')}">
<view class="room-container item-container" :style="{display:(tabCheck === 'item'?'block':'none')}" v-if="(tabCheck === 'item')">
<uv-waterfall ref="waterfallItem"
v-model="listWaterItem"
left-gap="26rpx"
@ -293,9 +293,9 @@
</view>
<u-loadmore :custom-style="{display:(tabCheck === 'room'?'flex':'none')}" :status="status" fontSize="28"
marginBottom="30" marginTop="30" @loadmore="getRoomList()"/>
marginBottom="30" marginTop="30" @loadmore="getRoomList()" v-if="(tabCheck === 'room')"/>
<u-loadmore :custom-style="{display:(tabCheck === 'item'?'flex':'none')}" :status="statusItem" fontSize="28"
marginBottom="30" marginTop="30" @loadmore="getItemList()"/>
marginBottom="30" marginTop="30" @loadmore="getItemList()" v-if="(tabCheck === 'item')"/>
<uv-picker
ref="streetPicker"
:show="streetShow"
@ -361,6 +361,7 @@
import api from "@/utils/functions.js";
import {goodsList, goodsType, roomList, streetList} from "@/api/shop";
import MzCard from "@/components/MzCard/index.vue";
import {imghost} from "@/config/host";
const img = 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/logo.png';
export default {
@ -433,6 +434,17 @@ export default {
lat: 23.099994,
mapContext: {},
popMapShow: false,
isGetLocal:false,
roomCoordinate:[
{
latitude:30.810122,
longitude:104.194078,
},{
latitude:30.57447,
longitude:103.92377,
},
],
mapIcon:imghost+'/static/image/map-icon.png'
}
},
onLoad(option) {
@ -447,7 +459,6 @@ export default {
this.size.height = api.navHeight().navigationBar + api.navHeight().systemBar
},
methods: {
showStreetPicker(){
this.$refs.streetPicker.open();
@ -456,17 +467,27 @@ export default {
this.$refs.rentPicker.open();
},
getLocal() {
let that = this;
uni.getLocation({
type: 'wgs84',
success: function (res) {
this.lng = res.longitude;
this.lat = res.latitude;
}
that.isGetLocal = true;
that.lng = res.longitude;
that.lat = res.latitude;
that.initMap();
},
});
},
tabsChange(e) {
console.log(e)
this.tabCheck = e.id
if(this.tabCheck === 'room'){
this.getRoomList(true);
}else{
this.getItemList(true);
}
if(this.tabCheck === 'room' && !this.isGetLocal){
this.getLocal();
}
},
getRoomList(clear) {
if (clear) {
@ -476,11 +497,17 @@ export default {
this.$refs.waterfall.clear();
this.list1 = [];
this.list2 = [];
this.roomCoordinate = [];
}
if (this.status === 'nomore') {
return false;
}
roomList(this.pages).then(res => {
res.data.forEach(item => {
// const {lat,lng} = item.coordinate.split(',');
// this.roomCoordinate.push({latitude:lat,longitude:lng});
});
this.addMarkers();
this.listWater.push.apply(this.listWater, res.data);
if (res.data.length === 0) {
this.status = 'nomore'
@ -558,23 +585,34 @@ export default {
url: url
})
},
addMarkers() {
initMap(){
console.log(this.lat,this.lng)
this.mapContext = uni.createMapContext("shopMap", this);
const positions = [
{
latitude: 23.099994,
longitude: 113.324520,
}, {
latitude: 23.099994,
longitude: 113.322520,
}, {
latitude: 23.099994,
longitude: 113.326520,
}, {
latitude: 23.096994,
longitude: 113.329520,
// // on.("markerClusterCreate", (e) => {})
this.mapContext.initMarkerCluster({
enableDefaultStyle: false,
zoomOnClick: true,
gridSize: 60,
complete(res) {
console.log('initMarkerCluster', res)
}
]
});
this.mapContext.on("markerClusterCreate", (e) => {
console.log("markerClusterCreate", e);
});
this.mapContext.moveToLocation({
latitude: this.lat,
longitude: this.lng,
})
this.addMarkers();
this.afterCreateMap();
},
addMarkers() {
let that = this;
let positions = this.roomCoordinate;
const markers = []
@ -583,44 +621,46 @@ export default {
markers.push(
Object.assign({}, {
id: i + 1,
iconPath: img,
iconPath: that.mapIcon,
width: 50,
height: 50,
joinCluster: true, //
joinCluster: false, //
}, p)
)
})
this.mapContext.addMarkers({
that.mapContext.addMarkers({
markers,
clear: false,
complete(res) {
console.log('addMarkers', res)
}
})
this.mapContext.addCustomLayer({
layerId: 'popMap',
success: (res => {
console.log(res)
})
})
});
},
markerTap(e) {
// let that = this
// var id = e.markerId;
let that = this
var id = e.markerId;
let coordinate = that.roomCoordinate[id-1];
console.log(id)
console.log(e.markerId)
console.log(that.roomCoordinate)
console.log(that.roomCoordinate[id-1])
//
//uni.request
//<uni-popup ref="popup" type="bottom">
// this.$refs.popup.open('bottom')
this.popMapShow = true;
this.mapContext.moveToLocation({
latitude: 23.099994,
longitude: 113.324520,
latitude: coordinate.latitude,
longitude: coordinate.longitude,
})
},
mapTap() {
this.popMapShow = false;
}
},
afterCreateMap(){
this.getRoomList();
},
},
onPageScroll(res) {
@ -629,28 +669,13 @@ export default {
},
mounted() {
this.getRoomList();
this.getItemList();
this.getStreet();
this.getGoodsType();
this.getLocal();
this.mapContext = uni.createMapContext("shopMap", this);
// // on.("markerClusterCreate", (e) => {})
this.mapContext.initMarkerCluster({
enableDefaultStyle: false,
zoomOnClick: true,
gridSize: 60,
complete(res) {
console.log('initMarkerCluster', res)
}
});
this.mapContext.on("markerClusterCreate", (e) => {
console.log("markerClusterCreate", e);
});
this.addMarkers();
if(this.tabCheck === 'room'){
this.getLocal();
}
},
}
</script>

9
pages/Index/components/UserPage/index.vue

@ -12,7 +12,7 @@
<u-avatar :src="userInfo.avatar" size="160" :custom-style="{border:'4rpx solid #020B18'}"></u-avatar>
</button>
</view>
<view class="user-content col " :class="{name_center:(!(userInfo.fxx.number))}">
<view class="user-content col " :class="{name_center:(!(userInfo?.fxx?.number))}">
<view class="user-nickname-group row">
<view class="user-nickname" v-if="userInfo">
{{userInfo.nickname}}
@ -24,8 +24,7 @@
编辑资料
</view>
</view>
<view class="user-icon-group row" v-if="userInfo.fxx.number">
<view class="user-icon-group row" v-if="userInfo?.fxx?.number">
<u-image :src="staticImage.userFxx" :lazy-load="true" width="48" height="48" mode="widthFix"></u-image>
<view class="user-icon-title">
丰行侠
@ -39,7 +38,7 @@
></u-rate>
</view>
<view class="user-id row" v-if="userInfo.fxx.number">
<view class="user-id row" v-if="userInfo?.fxx?.number">
<view class="user-id-content">
专属ID{{ userInfo.fxx.number }}
</view>
@ -272,8 +271,10 @@ export default {
mounted() {
this.userInfo = uni.getStorageSync('user');
if(this.userInfo){
console.log('true')
this.is_login = true;
}else{
console.log('false')
this.is_login = false;
}
},

15
pages/Index/index.vue

@ -8,17 +8,17 @@
:placeholder="true"
:bgColor="(footCheck === 'shop')?'#ffffff':'transparent'"
></u-navbar>
<view :class="{show:(footCheck === 'home')}">
<HomePage ref="home" v-show="(footCheck === 'home')"></HomePage>
<view :class="{show:(footCheck === 'home')}" v-if="(footCheck === 'home')">
<HomePage ref="home"></HomePage>
</view>
<view :class="{show:(footCheck === 'order')}">
<!-- <HomePage v-show="(footCheck === 'order')"></HomePage>-->
<!-- <HomePage v-if="(footCheck === 'order')"></HomePage>-->
</view>
<view :class="{show:(footCheck === 'shop')}">
<ShopPage ref="shop" v-show="(footCheck === 'shop')"></ShopPage>
<view :class="{show:(footCheck === 'shop')}" v-if="(footCheck === 'shop')">
<ShopPage ref="shop"></ShopPage>
</view>
<view :class="{show:(footCheck === 'user')}">
<UserPage v-show="(footCheck === 'user')"></UserPage>
<view :class="{show:(footCheck === 'user')}" v-if="(footCheck === 'user')">
<UserPage></UserPage>
</view>
<u-tabbar
:value="value1"
@ -186,7 +186,6 @@ export default {
let token = uni.getStorageSync('token');
if (token) {
this.getUserExtend();
}
},
watch: {

23
pages/Line/components/SubmitPage/index.vue

@ -66,7 +66,7 @@
<view class="label-title">文字说明</view>
<view class="tag-group row">
<view class="tag-container" v-for="(item,index) in tags[0]">
<view class="tag-container" v-for="(item,index) in fastTags">
<view class="tag border-box" :class="{checked:item.checked}" @click="checkboxClick(index)">
{{ item.name }}
</view>
@ -115,6 +115,7 @@
<view class="upload-item">
<view class="upload">
<u-upload
accept="media"
width="160"
height="160"
:fileList="videoList"
@ -180,6 +181,7 @@ export default {
typeShow:false,
imageList: [],
videoList: [],
fastTags: [],
tags: [],
tagsData: [],
fileList1: [],
@ -307,7 +309,7 @@ export default {
},
//
checkboxClick(index){
this.tags[index].checked = !this.tags[index].checked;
this.fastTags[index].checked = !this.fastTags[index].checked;
},
navTo(url) {
wx.navigateTo({
@ -318,6 +320,12 @@ export default {
getLineType(){
lineType({}).then((res) => {
this.tags[0] = res.data;
this.fastTags = res.data.map(item => {
return {
name:item.name,
checked:false,
}
});
this.tagsData = [];
res.data.forEach(item => {
this.tagsData.push(item.children);
@ -428,9 +436,11 @@ export default {
});
this.model.line.video = video.join();
console.log(123)
if(!this.model.line.describe){
console.log(456)
let tags = [];
this.tags.forEach(item => {
this.fastTags.forEach(item => {
if(item.checked){
tags.push(item.name);
}
@ -440,7 +450,12 @@ export default {
console.log(this.model.line)
lineSubmit(this.model.line).then(res => {
uni.$u.toast('上传成功');
if (res.code === 200){
uni.$u.toast('上传成功');
}else{
uni.$u.toast(res.msg);
}
});
},
changeHandler(e){

15
pages/Order/components/confirm.scss

@ -6,6 +6,21 @@
.address-container{
padding:16rpx 26rpx;
.cell{
&.address-height{
position: relative;
.address-background{
position: absolute;
left:0;
top:0;
z-index: 1;
width:100%;
height:100%;
}
.right,.left{
position: relative;
z-index: 2;
}
}
&.order-info{
align-content: flex-start;
}

25
pages/Order/confirm.vue

@ -13,14 +13,17 @@
></u-navbar>
<view class="address-container">
<view class="cell row address-height">
<view class="address-background">
<u-image mode="widthFix" class="img" :src="staticImage.addressBg" height="auto" width="100%"></u-image>
</view>
<view class="left">
<view class="icon">
<u-image mode="aspectFill" class="img" src="http://baidu.co/" height="100" width="100"></u-image>
<u-image mode="aspectFill" class="img" :src="staticImage.addressPosition" height="100" width="100"></u-image>
</view>
</view>
<view class="right row col">
<view class="content no-address">
<view class="title row col" v-if="address" @click="navTo('/pages/Address/index?type=select')">
<view class="title row col" v-if="address.length" @click="navTo('/pages/Address/index?type=select')">
<view class="name">
<u-text :text="address.name" color="#020B18" size="32" mode="name" lineHeight="50"></u-text>
</view>
@ -31,8 +34,8 @@
<view class="title" v-else @click="navTo('/pages/Address/index?type=select')">
<u-text text="请选择收货地址" color="#020B18" size="32"></u-text>
</view>
<view class="desc" v-if="address">
<u-text :text="address.address" color="#AFB5BE" size="28"></u-text>
<view class="desc" v-if="address.length">
<u-text :text="address?.address" color="#AFB5BE" size="28"></u-text>
</view>
</view>
@ -48,7 +51,7 @@
<view class="cell-body row col-12">
<view class="left">
<view class="icon">
<u-image mode="aspectFill" class="img" src="http://baidu.co/" height="180" width="180"
<u-image mode="aspectFill" class="img" :src="detail.info.cover" height="180" width="180"
radius="20"></u-image>
</view>
</view>
@ -86,7 +89,7 @@
<view class="price-info-container row col-12">
<view class="label row col">
<view class="icon">
<u-image mode="aspectFill" class="img" :src="detail.info.image.url" height="40" width="40"
<u-image mode="aspectFill" class="img" :src="staticImage.addressPack" height="40" width="40"
radius="20"></u-image>
</view>
<view class="title">
@ -148,6 +151,10 @@ export default {
address: {},
staticImage: {
bg: imghost + '/static/image/BG.png',
addressBg: imghost + '/static/image/order-address-bg.png',
addressPack: imghost + '/static/image/order-address-pack.png',
addressPosition: imghost + '/static/image/order-address-position.png',
},
userInfo: {}
}
@ -211,12 +218,14 @@ export default {
},
getDefaultAddress() {
let cacheAddress = uni.getStorageSync('address');
if (cacheAddress.select) {
if (cacheAddress) {
console.log('hasCacheAddress')
this.address = cacheAddress;
} else {
userAddrList({}).then(res => {
res.data.forEach(item => {
if (item.is_default === 1) {
console.log('itemAddress')
this.address = item;
}
});
@ -231,10 +240,10 @@ export default {
},
onShow() {
this.getDefaultAddress();
},
mounted() {
this.getDefaultAddress();
this.userInfo = this.$store.userInfo
if (!this.userInfo) {
this.userInfo = uni.getStorageSync('user');

54
pages/Order/detail.vue

@ -18,7 +18,7 @@
}">
<u-form
errorType="toast"
labelWidth="auto"
labelWidth="200"
labelPosition="left"
:model="model"
:rules="rules"
@ -34,12 +34,13 @@
:custom-style="{padding:'34rpx 0',fontSize:'32rpx',color:'#020b18',fontWeight:'400',lineHeight:'50rpx'}"
>
<u-input
inputAlign="right"
inputAlign="left"
disabledColor="#ffffff"
placeholder="请输入"
border="none"
:custom-style="{paddingRight:'28rpx'}"
v-model="model.order.name"
:disabled="(type !== 'create')"
></u-input>
</u-form-item>
<u-form-item
@ -49,12 +50,13 @@
:custom-style="{padding:'34rpx 0',fontSize:'32rpx',color:'#020b18',fontWeight:'400',lineHeight:'50rpx'}"
>
<u-input
inputAlign="right"
inputAlign="left"
disabledColor="#ffffff"
placeholder="请输入"
border="none"
:custom-style="{paddingRight:'28rpx'}"
v-model="model.order.id_card"
:disabled="(type !== 'create')"
></u-input>
</u-form-item>
<u-form-item
@ -64,12 +66,13 @@
:custom-style="{padding:'34rpx 0',fontSize:'32rpx',color:'#020b18',fontWeight:'400',lineHeight:'50rpx'}"
>
<u-input
inputAlign="right"
inputAlign="left"
disabledColor="#ffffff"
placeholder="请输入"
border="none"
:custom-style="{paddingRight:'28rpx'}"
v-model="model.order.phone"
:disabled="(type !== 'create')"
></u-input>
</u-form-item>
<u-form-item
@ -79,13 +82,14 @@
:custom-style="{padding:'34rpx 0',fontSize:'32rpx',color:'#020b18',fontWeight:'400',lineHeight:'50rpx'}"
>
<u-input
inputAlign="right"
inputAlign="left"
disabledColor="#ffffff"
placeholder="请输入"
border="none"
type="number"
:custom-style="{paddingRight:'28rpx'}"
v-model="model.order.month"
:disabled="(type !== 'create')"
>
<template #suffix>
<u-text text="个/月" color="#020B18" size="32"></u-text>
@ -99,12 +103,13 @@
:custom-style="{padding:'34rpx 0',fontSize:'32rpx',color:'#020b18',fontWeight:'400',lineHeight:'50rpx'}"
>
<u-input
inputAlign="right"
inputAlign="left"
disabledColor="#ffffff"
placeholder="请输入"
border="none"
:custom-style="{paddingRight:'28rpx'}"
v-model="model.order.rent"
:disabled="(type !== 'create')"
>
<template #suffix>
<u-text text="元/月" color="#020B18" size="32"></u-text>
@ -124,10 +129,11 @@
:fileList="fileList1"
name="1"
multiple
:maxCount="10"
uploadIcon="plus"
@afterRead="afterFileRead1"
@delete="deleteFile1"
:deletable="(type === 'create')"
:maxCount="1"
></u-upload>
</u-form-item>
<u-form-item
@ -145,10 +151,12 @@
:fileList="fileList2"
name="1"
multiple
:maxCount="10"
uploadIcon="plus"
@afterRead="afterFileRead2"
@delete="deleteFile2"
:disabled="(type !== 'create')"
:deletable="(type === 'create')"
:maxCount="((type === 'create')?5:fileList2.length)"
></u-upload>
</view>
</view>
@ -163,15 +171,15 @@
:border="false"
>
<u-cell
custom-style="padding:0;" v-for="i of 4">
custom-style="padding:0;" >
<template #title>
<view class="item-title">
{{i}}月房租
{{model.order.month}}月房租
</view>
</template>
<template #label>
<view class="item-label">
2023-06-26
{{model.order.create_time}}
</view>
</template>
<template #value>
@ -185,7 +193,7 @@
</view>
</u-col>
</u-row>
<view class="foot-button border-box">
<view class="foot-button border-box" v-if="type === 'create'">
<u-button
type="primary"
text="我要兑换"
@ -209,7 +217,7 @@ import {
} from '@/config/host.js'
import MzSubsection from '@/components/MzSubsection/Index.vue';
import api from '@/utils/functions.js';
import {submitHouseOrder} from "@/api/user";
import {houseOrderDetail, submitHouseOrder} from "@/api/user";
import {feedback} from "@/api/feed";
export default {
@ -288,7 +296,7 @@ export default {
this.model.order.house_id = option.id?option.id:'';
this.model.order.rent = option.rent?option.rent:'';
this.type = option.type?option.type:'create';
console.log(option)
console.log(option)
},
onReady() {
let that = this;
@ -302,17 +310,28 @@ export default {
},
computed: {},
methods: {
getDetail(id){
houseOrderDetail({house_order_id : id}).then(res => {
this.model = {order: res.data};
this.fileList1 = [{
url:res.data.payment_voucher[0]
}];
this.fileList2 = res.data.lease_agreement;
console.log(this.fileList2)
console.log(this.fileList1)
})
},
submit(){
let file1 = [];
this.fileList1.forEach(item => {
file1.push(item.url)
});
this.model.order.payment_voucher = file1;
this.model.order.payment_voucher = file1.join();
let file2 = [];
this.fileList2.forEach(item => {
file2.push(item.url)
});
this.model.order.lease_agreement = file2.join();
this.model.order.lease_agreement = file2;
console.log(this.model.order)
this.$refs.orderForm.validate().then(res => {
submitHouseOrder(this.model.order).then(res => {
@ -405,6 +424,9 @@ export default {
this.model.order.id_card = this.userInfo.id_card;
this.model.order.phone = this.userInfo.phone;
}
if(this.type === 'detail'){
this.getDetail(this.model.order.house_id);
}
}
}
</script>

4
pages/Order/done.vue

@ -14,7 +14,7 @@
<view class="body-background row">
<view class="done-container row">
<view class="image col-12 row">
<u-image mode="aspectFill" class="img" src="http://baidu.co/" height="250" width="250"></u-image>
<u-image mode="aspectFill" class="img" :src="staticImage.orderDone" height="250" width="250"></u-image>
</view>
<view class="title col-12 row">
<u-text text="支付成功!" color="#020B18" size="36" mode="name" lineHeight="50" align="center"></u-text>
@ -73,6 +73,8 @@ export default {
detail: {},
staticImage: {
bg: imghost + '/static/image/BG.png',
orderDone: imghost + '/static/image/order-done.png',
}
}
},

25
pages/Shop/index.vue

@ -175,28 +175,9 @@
},
data() {
return {
listWater:[
{ image: 'https://via.placeholder.com/200x500.png/ff0000', title: '我是标题1', desc: '描述描述描述描述描述描述描述描述1' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
],
list1:[
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x500.png/ff0000', title: '我是标题1', desc: '描述描述描述描述描述描述描述描述1' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
],
list2:[
{ image: 'https://via.placeholder.com/200x500.png/ff0000', title: '我是标题1', desc: '描述描述描述描述描述描述描述描述1' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
{ image: 'https://via.placeholder.com/200x200.png/2878ff', title: '我是标题2', desc: '描述描述描述描述描述描述描述描述2' },
],
listWater:[],
list1:[],
list2:[],
list: [{
name: '公寓出租',
id:'room'

1
pages/User/edit.vue

@ -378,6 +378,7 @@ export default {
userDetail().then((res) => {
uni.setStorageSync('user',res.data);
this.$store.emit('userInfo',res.data);
uni.navigateBack({delta:1})
});
}else{
uni.$u.toast(res.msg)

27
pages/User/order.vue

@ -87,7 +87,7 @@
<u-button text="查看详情" shape="circle" custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button>
</view>
<view class="button">
<u-button text="查看物流" shape="circle" custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button>
<u-button @click="logisticsShow = true" text="查看物流" shape="circle" custom-style="height:64rpx;border: 2rpx solid #AFB5BE;padding:0rpx 42rpx;"></u-button>
</view>
</view>
</view>
@ -138,6 +138,15 @@
</view>
</view>
<u-popup closeOnClickOverlay :show="logisticsShow" @close="closeLogistics" @open="open" mode="center" custom-style="width:80%;padding:30rpx;border-radius:20rpx;">
<uv-steps current="1" direction="column" dot>
<uv-steps-item title="已下单" desc="10:30">
</uv-steps-item>
<uv-steps-item title="已出库" desc="10:35" ></uv-steps-item>
<uv-steps-item title="运输中" desc="11:40"></uv-steps-item>
</uv-steps>
</u-popup>
<u-loadmore v-if="(tabCheck==='room')" :status="statusGy" fontSize="28" marginBottom="50" marginTop="30" @loadmore="getRoomOrderList()"/>
<u-loadmore v-if="(tabCheck==='shop')" :status="statusSc" fontSize="28" marginBottom="50" marginTop="30" @loadmore="getGoodsOrderList()"/>
</view>
@ -210,7 +219,15 @@ export default {
},
isTop: false,
listsGy: [],
listsSc: [],
listsSc: [{
create_time:'',
status:1,
goods_cover:'',
goods_name:'',
coin_number:'',
goods_number:'',
take_phone:'',
}],
size: {
height: 500,
},
@ -223,7 +240,8 @@ export default {
page:1,
limit:10,
},
statusSc:'loadmore'
statusSc:'loadmore',
logisticsShow:false,
}
},
onLoad() {
@ -255,6 +273,9 @@ export default {
},
},
methods: {
closeLogistics(){
this.logisticsShow = false;
},
getGyStatus(status){
switch(status){
case 1:

2
project.private.config.json

@ -1,6 +1,6 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "pet_web",
"projectname": "warm_man",
"setting": {
"compileHotReLoad": true
}

Loading…
Cancel
Save