'1.30提交了'

This commit is contained in:
3321822538@qq.com 2024-01-30 16:58:58 +08:00
parent 38b120d270
commit a4de0e97ef
11 changed files with 70 additions and 92 deletions

View File

@ -1,8 +1,8 @@
//移动端商城API
// let domain = 'http://117.50.163.143:20410'
// let domain = 'http://117.50.215.20:20410'
let domain = 'http://192.168.2.14:8081'
// let domain = 'http://106.75.49.247:20410'
// let domain = 'http://192.168.2.14:8081'
let domain = 'http://106.75.49.247:20410'
module.exports = {
// 请求域名 格式: https://您的域名
@ -10,8 +10,9 @@ module.exports = {
// HTTP_REQUEST_URL:'',
HTTP_REQUEST_URL: domain,
// H5商城地址
// HTTP_H5_URL: 'http://106.75.49.247:20410',
HTTP_H5_URL: 'http://192.168.2.14:8081',
HTTP_H5_URL: 'http://106.75.49.247:20410',
// HTTP_H5_URL: 'http://192.168.2.14:8081',
// HTTP_H5_URL: 'http://117.50.215.20:20410',
// #endif
// #ifdef H5
HTTP_REQUEST_URL:domain,
@ -30,3 +31,4 @@ module.exports = {
//分页最多显示条数
LIMIT: 10
};

View File

@ -163,7 +163,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx46c3a73d8c4f7051",
"appid" : "wx424c861adb20990f",
"libVersion" : "latest",
"setting" : {
"urlCheck" : false,

View File

@ -770,11 +770,11 @@
transform: translateX(-50%);
}
.logoicon {
width: 100%;
height: 500rpx;
width: 80rpx;
height: 140rpx;
z-index: 99;
position: absolute;
top: 30%;
top: 38%;
left: 50%;
transform: translateX(-50%);
}

View File

@ -59,8 +59,7 @@
<!-- 完善身份信息 -->
<view class="identity" @click="btnimprovess">
<view class="lt">
<image src="https://img.51miz.com/Element/00/77/81/22/fcdde517_E778122_151271f0.png" mode="">
</image>
<image src="../../../static/images/xx.png" mode=""></image>
</view>
<view class="cen">
<text>完善身份信息 &nbsp;&nbsp;{{sfxx}}</text>

View File

@ -349,21 +349,7 @@
});
}
},
//
// idcardinp() {
// let result = /^[1-9]\d{5}(18|19|20)\d{2}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])\d{3}([0-9]|X)$/
// if (this.idcard == '') {
// return this.$util.Tips({
// title: ''
// });
// } else if (result.test(this.idcard)) {
// } else {
// return this.$util.Tips({
// title: ''
// });
// }
// },
//
telinp() {
let photopatten = /^1[3456789]\d{9}$/
@ -407,20 +393,7 @@
});
}
},
// telinpthre() {
// let photopatten = /^1[3456789]\d{9}$/
// if (this.telthre == '') {
// return this.$util.Tips({
// title: ''
// });
// } else if (photopatten.test(this.telthre)) {
// } else {
// return this.$util.Tips({
// title: ''
// });
// }
// },
//
openPopup(e) {
this.$refs[e].open();
@ -450,19 +423,6 @@
this.lxrmorenadd = val
this.personflagb = false
},
//
// emitextinp() {
// let aqq = /^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/
// if (this.emitext == '') {
// return this.$util.Tips({
// title: ''
// });
// } else if (!aqq.test(this.emitext)) {
// return this.$util.Tips({
// title: ''
// });
// }
// },
//
btnclick() {
@ -650,7 +610,52 @@
uploadpic: function() {
let that = this;
that.$util.uploadImageOne({
url: 'upload/image',
name: 'multipart',
model: 'user',
pid: 7
}, function(res) {
that.upLoadPositiveImg = res.data.url;
// console.log(that.upLoadPositiveImg)
});
},
uploadpics: function() {
let that = this;
that.$util.uploadImageOne({
url: 'upload/image',
name: 'multipart',
model: 'user',
pid: 7
}, function(res) {
that.upLoadReverseImg = res.data.url;
});
},
// filebase64
// getImageBase64(blob) {
// return new Promise((resolve, reject) => {
@ -677,31 +682,7 @@
// }
// })
// },
uploadpic: function() {
let that = this;
that.$util.uploadImageOne({
url: that.upLoadPositiveImg,
name: 'multipart',
model: 'user',
pid: 7
}, function(res) {
that.upLoadPositiveImg = res.data.url;
console.log(that.upLoadPositiveImg)
});
},
uploadpics: function() {
let that = this;
that.$util.uploadImageOne({
url: 'upload/image',
name: 'multipart',
model: 'user',
pid: 7
}, function(res) {
// console.log(res)
that.upLoadReverseImg = res.data.url;
});
},
//
// uploadReverse() {

View File

@ -509,11 +509,11 @@
}
.logoicon {
width:100%;
height: 500rpx;
width: 80rpx;
height: 140rpx;
z-index: 99;
position: absolute;
top: 30%;
top: 38%;
left: 50%;
transform: translateX(-50%);
}

View File

@ -102,11 +102,11 @@
transform: translateX(-50%);
}
.logoicon {
width: 100%;
height: 500rpx;
width: 80rpx;
height: 140rpx;
z-index: 99;
position: absolute;
top: 25%;
top: 38%;
left: 50%;
transform: translateX(-50%);
}

View File

@ -111,11 +111,11 @@
transform: translateX(-50%);
}
.logoicon {
width: 100%;
height: 500rpx;
width: 80rpx;
height: 140rpx;
z-index: 99;
position: absolute;
top: 25%;
top: 38%;
left: 50%;
transform: translateX(-50%);
}

View File

@ -109,6 +109,7 @@
Debounce
} from '@/utils/validate.js'
import dayjs from "@/plugin/dayjs/dayjs.min.js";
import { login } from '../../../api/public';
let app = getApp();
export default {
data() {

View File

@ -101,7 +101,6 @@
atModel
},
onLoad(options) {
//logo
getLogo().then(res => {
this.logoUrl = res.data.logoUrl
@ -252,7 +251,6 @@
let userInfo = {};
userInfo.code = code;
userInfo.spread_spid = app.globalData.spread; //广ID
userInfo.avatar = '';
userInfo.nickName = '微信用户';
userInfo.type = 'routine'
@ -268,7 +266,6 @@
let userInfo = res.userInfo;
userInfo.code = code;
userInfo.spread_spid = app.globalData.spread; //广ID
userInfo.avatar = userInfo.userInfo.avatarUrl;
userInfo.city = userInfo.userInfo.city;
userInfo.country = userInfo.userInfo.country;
@ -308,8 +305,6 @@
if (app.globalData.spread) {
spread(app.globalData.spread).then(res => {}) //spread
}
self.$util.Tips({
title: res,
icon: 'success'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB