Ver a proveniência

调试页面

master
corala há 2 anos
ascendente
cometimento
614fbf28e5
12 ficheiros alterados com 100 adições e 42 eliminações
  1. +1
    -1
      src/common/http.api.js
  2. +18
    -12
      src/pages.json
  3. +2
    -1
      src/pages/my/contact_check.vue
  4. +1
    -1
      src/pages/my/house_application.vue
  5. +2
    -3
      src/pages/my/mywarReport.vue
  6. +0
    -3
      src/pages/my/networkquery.vue
  7. +24
    -0
      src/pages/my/protocal.vue
  8. +1
    -1
      src/pages/my/repairlist.vue
  9. +1
    -1
      src/pages/tabs/customer.vue
  10. +0
    -4
      src/pages/tabs/index.vue
  11. +24
    -10
      src/pages/tabs/login.vue
  12. +26
    -5
      src/pages/tabs/me.vue

+ 1
- 1
src/common/http.api.js Ver ficheiro

@@ -80,7 +80,7 @@ let findRepairPersonTaskurl= '/appCleanRepair/findRepairPersonTask.do' //查询
let confirmRepairTaskurl= '/appCleanRepair/confirmRepairTask.do' //维修人员确认当前已完成的维修
let repairEquipmentDictionaryurl= '/appCleanRepair/repairEquipmentDictionary.do' //维修设备字典
let dealurl= '/appContract/deal.do' //成交合同申请
let examineurl= '/appContract/examine.do' //合同主管审核店长审批
let examineurl= '/appHouseContract/examine.do' //合同主管审核店长审批
let processurl= '/appContractProcess/process.do' //合同申请进度
let contracturl= '/appContractModel/contract.do' //改价申请详情
let oneVerificationContractInfourl= '/appHouseContract/oneVerificationContractInfo.do' //成交合同第一步验证如果只添加部分数据,则根据房间id查询用户信息


+ 18
- 12
src/pages.json Ver ficheiro

@@ -17,23 +17,23 @@
},
"pages": [
{
"path": "pages/tabs/index",
"style": {
"navigationBarTitleText": "8090公寓",
"navigationBarTextStyle": "black"
}
},{
// "path": "pages/tabs/index",
// "style": {
// "navigationBarTitleText": "8090公寓",
// "navigationBarTextStyle": "black"
// }
// },{
"path": "pages/tabs/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
// },{
// "path": "pages/tabs/index",
// "style": {
// "navigationBarTitleText": "8090公寓",
// "navigationBarTextStyle": "black"
// }
},{
"path": "pages/tabs/index",
"style": {
"navigationBarTitleText": "8090公寓",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/tabs/customer",
"style": {
@@ -94,6 +94,12 @@
"navigationBarTitleText": "我的战报",
"navigationBarTextStyle": "black"
}
}, {
"path": "protocal",
"style": {
"navigationBarTitleText": "协议",
"navigationBarTextStyle": "black"
}
}, {
"path": "myapply",
"style": {


+ 2
- 1
src/pages/my/contact_check.vue Ver ficheiro

@@ -129,13 +129,14 @@
confirm(){
// 审核状态 0 未审核 1 已审核 2 拒绝
this.$u.api.examine({body:{contractId:this.contractId,status:this.pass==1?1:2}}).then((res)=>{
console.log(res)
// console.log(res)
if(res.ErrNo=='0000'){
this.$refs.uToast.show({
title: '操作成功',
icon: 'none',
type:'success'
})
this.getList();
}
})
}


+ 1
- 1
src/pages/my/house_application.vue Ver ficheiro

@@ -51,7 +51,7 @@
<view class="item">
<view class="label">装修配货支付总计</view>
<view class="input">
<u-input :clearable="false" type="text" input-align="right" v-model="form.totalPayment" placeholder="请输入装修配货支付总计"></u-input>
<u-input style="width: 320rpx" :clearable="false" type="text" input-align="right" v-model="form.totalPayment" placeholder="请输入装修配货支付总计"></u-input>
</view>
</view>
<view class="item">


+ 2
- 3
src/pages/my/mywarReport.vue Ver ficheiro

@@ -1,5 +1,5 @@
<template>
<view class="container" style="background: url(../../static/warreport.png) no-repeat #F8F8F8;background-size: 750rpx 334rpx;" >
<view class="container" >
<view class="cont-box" v-for="(item,index) in listData" :key="index">
<view class="my-title">
<image class="cup" src="/static/cup.png" mode="" />
@@ -98,8 +98,7 @@
.container{
width: 100%;
height: 100vh;
// background: url(../../static/warreport.png) no-repeat #F8F8F8;;
// background: url('https://static.quhouse.com/26c187820b534a47a60c46663d480547.png') no-repeat #F8F8F8;;
background: url(http://images.2weisou.com/202210271525442yADGNwV.png) no-repeat #F8F8F8;;
background-size: 750rpx 334rpx;
background-repeat: no-repeat;
padding-top: 150rpx;


+ 0
- 3
src/pages/my/networkquery.vue Ver ficheiro

@@ -30,9 +30,6 @@
};
},
onLoad(options) {
},
onShow() {
},
created() {
this.getList()


+ 24
- 0
src/pages/my/protocal.vue Ver ficheiro

@@ -0,0 +1,24 @@
<template>
<web-view :src="src"></web-view>
</template>
<script>
export default {
data() {
return {
src: ''
};
},
onLoad(options) {
this.src = options.src;
},
created() {
},
methods: {
},
};
</script>

<style lang="scss" scoped>

</style>

+ 1
- 1
src/pages/my/repairlist.vue Ver ficheiro

@@ -17,7 +17,7 @@
<view class="list-item" v-for="(item,index) in listData" :key="index">
<view class="top">
<view class="top-left">
<image class="icon" src="/static/kehu/person_gray.png" mode="" />{{item.name}}
<image class="icon" src="/static/kehu/person_gray.png" mode="" />{{item.personName}}
</view>
<view class="tel">{{item.tel}}</view>
</view>


+ 1
- 1
src/pages/tabs/customer.vue Ver ficheiro

@@ -52,7 +52,7 @@
</view>
</view>
</u-popup>
<u-modal v-model="modalShow" content="您确认通过该审核?" :show-cancel-button="true" confirm-color="#FF6D25" title="确认操作" @confirm="modalConfirm" ref="uModal" :async-close="true"></u-modal>
<u-modal v-model="modalShow" content="您确认放弃该条数据吗?" :show-cancel-button="true" confirm-color="#FF6D25" title="确认操作" @confirm="modalConfirm" ref="uModal" :async-close="true"></u-modal>
</view>
</template>
<script>


+ 0
- 4
src/pages/tabs/index.vue Ver ficheiro

@@ -104,12 +104,8 @@
current: 0,
current1: 0,
};
},
onLoad(options) {

},
created(){
},
onShow() {
this.current = 0


+ 24
- 10
src/pages/tabs/login.vue Ver ficheiro

@@ -37,12 +37,8 @@
/>
</view>
</view>
<view class="tip"
>注册/登录即代表同意<view class="protocal"> 《隐私政策》</view>及<view
class="protocal"
>《服务》</view
></view
>
<view class="tip">注册/登录即代表同意<view class="protocal" @click="topage(0)"> 《隐私政策》</view>及<view class="protocal" @click="topage(1)">《服务》</view>
</view>
<view class="login-btn" @click="checkCode">登录</view>
</view>
</template>
@@ -56,9 +52,31 @@ export default {
text: "获取验证码",
timer: null,
isfinished: true,
src1: 'http://www8090.2weisou.com/privacy.html',//隐私政策
src2: 'http://www8090.2weisou.com/service.html',//服务协议
};
},
onShow() {
let token = uni.getStorageSync('token');
if(token){
this.$u.vuex("vuex_token",token);
uni.switchTab({
url: '/pages/tabs/index'
})
}
},
methods: {
topage(type){
if(type==0){
uni.navigateTo({
url: '/pages/my/protocal?src='+ this.src1
})
}else{
uni.navigateTo({
url: '/pages/my/protocal?src='+ this.src2
})
}
},
getCode() {
let that = this;
if(!that.isfinished) return;
@@ -126,10 +144,6 @@ export default {
})
},
},
// onShareAppMessage(){

// },

onHide() {
clearInterval(this.timer);
},


+ 26
- 5
src/pages/tabs/me.vue Ver ficheiro

@@ -39,8 +39,8 @@
<image class="icon" src="/static/my/phone.png" mode="" />
客服电话
</view>
<view>
400-8113936<image class="arrow" src="/static/my/arrow.png" mode="" />
<view @click="toCall">
{{callNumber}}<image class="arrow" src="/static/my/arrow.png" mode="" />
</view>
</view>
<view class="menu-item" @click="topage('my/networkquery')">
@@ -68,8 +68,8 @@
</view>
<view class="logout" @click="logout">退出登录</view>
<view class="agreement">
<view>隐私政策</view>
<view>服务协议</view>
<view @click="toXieyi(0)">隐私政策</view>
<view @click="toXieyi(1)">服务协议</view>
</view>
</view>
</template>
@@ -77,13 +77,34 @@
export default {
data() {
return {
userinfo: {}
userinfo: {},
callNumber: '400-8113936',
src1: 'http://www8090.2weisou.com/privacy.html',//隐私政策
src2: 'http://www8090.2weisou.com/service.html',//服务协议
};
},
onLoad(options) {
this.userinfo = wx.getStorageSync('user')
},
methods: {
toCall(){
wx.makePhoneCall(
{
phoneNumber: this.callNumber
}
)
},
toXieyi(type){
if(type==0){
uni.navigateTo({
url: '/pages/my/protocal?src='+ this.src1
})
}else{
uni.navigateTo({
url: '/pages/my/protocal?src='+ this.src2
})
}
},
topage(type){
uni.navigateTo({
url: '/pages/' + type


Carregando…
Cancelar
Guardar