1
This commit is contained in:
parent
dc20a1c4b1
commit
1e30a8d313
@ -257,16 +257,6 @@
|
|||||||
enabledPlatformCoupon: res1.data.enabledPlatformCoupon,
|
enabledPlatformCoupon: res1.data.enabledPlatformCoupon,
|
||||||
platformCoupon: res1.data.platformCoupon
|
platformCoupon: res1.data.platformCoupon
|
||||||
})
|
})
|
||||||
|
|
||||||
// uni.setStorageSync('datas', {
|
|
||||||
// platformConsumption: res1.data.platformConsumption ||
|
|
||||||
// [],
|
|
||||||
// productData: that.merchantInfo,
|
|
||||||
// checkForm: that.checkForm,
|
|
||||||
// merName: that.mer_name,
|
|
||||||
// money: that.cartForm.total_amount,
|
|
||||||
// key: res1.data.key
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
fail(err) {
|
fail(err) {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
@ -296,6 +286,11 @@
|
|||||||
this.mer_name = res.data.merchant;
|
this.mer_name = res.data.merchant;
|
||||||
} else {
|
} else {
|
||||||
that.merchantInfo = res.data.list;
|
that.merchantInfo = res.data.list;
|
||||||
|
if (res.data.count == 0) {
|
||||||
|
that.$util.Tips({
|
||||||
|
title: "当前价格下,暂无商品信息~"
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
that.loading = false;
|
that.loading = false;
|
||||||
|
@ -100,7 +100,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<view class='item acea-row row-between-wrapper'>
|
<view class='item acea-row row-between-wrapper'>
|
||||||
<view>填写邀请码</view>
|
<view>填写邀请码</view>
|
||||||
<view class='input acea-row row-between-wrapper' @click="showPopup">
|
<view class='input acea-row row-between-wrapper' @click="showPopup">
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<text class="phone">{{userInfo.phone}}</text>
|
<text class="phone">{{userInfo.phone}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item acea-row row-between-wrapper codeVal">
|
<view class="item acea-row row-between-wrapper codeVal">
|
||||||
<input type='number' maxlength="4" placeholder='验证码' placeholder-class='placeholder' class="codeIput"
|
<input type='number' maxlength="4" placeholder='验证码' placeholder-class='placeholder'
|
||||||
v-model="captcha"></input>
|
class="codeIput" v-model="captcha"></input>
|
||||||
<button class="code" :class="disabled === true ? 'on' : ''" :disabled='disabled'
|
<button class="code" :class="disabled === true ? 'on' : ''" :disabled='disabled'
|
||||||
@click="handleVerify">
|
@click="handleVerify">
|
||||||
{{ text }}
|
{{ text }}
|
||||||
@ -28,12 +28,12 @@
|
|||||||
</block>
|
</block>
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<input type='password' placeholder="请设置密码"
|
<input type='password' placeholder="请设置密码" placeholder-class='placeholder'
|
||||||
placeholder-class='placeholder' v-model="password" autocomplete="off"></input>
|
v-model="password" autocomplete="off"></input>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<input type='password' placeholder="请再次设置密码"
|
<input type='password' placeholder="请再次设置密码" placeholder-class='placeholder'
|
||||||
placeholder-class='placeholder' v-model="repassword" autocomplete="off"></input>
|
v-model="repassword" autocomplete="off"></input>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
@ -43,7 +43,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
|
<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
|
||||||
ref="verify"></Verify>
|
ref="verify"></Verify>
|
||||||
<popups ref="popups" isPay title="请设置支付密码" @confirm="handleConfirm" @clear="handleClear" @change="handleChange"></popups>
|
<popups ref="popups" isPay title="请设置支付密码" @confirm="handleConfirm" @clear="handleClear" @change="handleChange">
|
||||||
|
</popups>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -166,10 +167,14 @@
|
|||||||
that.$util.Tips({
|
that.$util.Tips({
|
||||||
title: '修改成功!',
|
title: '修改成功!',
|
||||||
icon: 'success'
|
icon: 'success'
|
||||||
})
|
}, () => {
|
||||||
this.$nextTick((res=>{
|
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
}))
|
})
|
||||||
|
}).catch((err) => {
|
||||||
|
that.$util.Tips({
|
||||||
|
title: err,
|
||||||
|
icon: 'success'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
} else { // 登录密码
|
} else { // 登录密码
|
||||||
modifyPassword({
|
modifyPassword({
|
||||||
@ -204,7 +209,7 @@
|
|||||||
await registerVerify({
|
await registerVerify({
|
||||||
phone: that.userInfo.phone,
|
phone: that.userInfo.phone,
|
||||||
code: that.captcha,
|
code: that.captcha,
|
||||||
type: 'change_pwd',
|
type: this.type == 'payPwd' ? 'pay_pwd' : 'change_pwd',
|
||||||
captchaType: 'blockPuzzle',
|
captchaType: 'blockPuzzle',
|
||||||
captchaVerification: data.captchaVerification
|
captchaVerification: data.captchaVerification
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<input type='text' name='nickname' :value='userInfo.nickname' disabled></input>
|
<input type='text' name='nickname' :value='userInfo.nickname' disabled></input>
|
||||||
</view>
|
</view>
|
||||||
<view class="item acea-row row-between-wrapper">
|
<view class="item acea-row row-between-wrapper">
|
||||||
<input type='text' placeholder='新昵称(限8个字符以内)' maxlength="8" placeholder-class='placeholder' class="codeIput"
|
<input type='text' placeholder='新昵称(限8个字符以内)' maxlength="8" placeholder-class='placeholder'
|
||||||
v-model="inputcontent"></input>
|
class="codeIput" v-model="inputcontent"></input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<button form-type="submit" @click="inputEdita" class="confirmBnt">确认修改</button>
|
<button form-type="submit" @click="inputEdita" class="confirmBnt">确认修改</button>
|
||||||
@ -28,9 +28,17 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Author: CRMEB Team <admin@crmeb.com>
|
// | Author: CRMEB Team <admin@crmeb.com>
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
import { getUserInfo, userEdit, editAvatar } from '@/api/user.js'
|
import {
|
||||||
import { mapGetters } from "vuex";
|
getUserInfo,
|
||||||
import { toLogin } from '@/libs/login.js';
|
userEdit,
|
||||||
|
editAvatar
|
||||||
|
} from '@/api/user.js'
|
||||||
|
import {
|
||||||
|
mapGetters
|
||||||
|
} from "vuex";
|
||||||
|
import {
|
||||||
|
toLogin
|
||||||
|
} from '@/libs/login.js';
|
||||||
export default {
|
export default {
|
||||||
components: {},
|
components: {},
|
||||||
data() {
|
data() {
|
||||||
@ -156,6 +164,10 @@
|
|||||||
background-color: var(--view-theme);
|
background-color: var(--view-theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ChangePassword .confirmBnt:active {
|
||||||
|
opacity: .8;
|
||||||
|
}
|
||||||
|
|
||||||
.getPhoneBtn {
|
.getPhoneBtn {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
width: 580rpx;
|
width: 580rpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user