Lufaneng 11 months ago
parent fd4a737396
commit 2cdd13090a

@ -1,6 +1,6 @@
{
"name" : "智能电梯图纸生成",
"appid" : "__UNI__3A16C1C",
"appid" : "__UNI__214B910",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -51,7 +51,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx2c04ebae2099b3d2",
"appid" : "wxc504638e03981812",
"setting" : {
"urlCheck" : false,
"es6" : true,

@ -8,12 +8,7 @@
<!-- 用户信息卡片 -->
<view class="user-card">
<view class="user-info">
<div class="avatar"></div>
<!-- <image
class="avatar"
src="/static/imgs/avatar.png"
mode="aspectFill"
></image> -->
<image class="avatar" src="/static/imgs/avatar.png" mode="aspectFill"></image>
<view class="user-details">
<view class="username">
{{userStore.userInfo.username}}
@ -325,15 +320,15 @@
// 3.
let paymentResult;
if (selectedPayment.value === "wxpay") {
const orderResult = await RPC.post('/membership/order/pay_by_wechat',{
const orderResult = await RPC.post('/membership/order/pay_by_wechat', {
"order_no": orderNum.order_no
})
uni.showLoading({
title: "正在跳转微信支付...",
});
if(1==1) {
console.log('orderResult',orderResult)
return
});
if (1 == 1) {
console.log('orderResult', orderResult)
return
}
paymentResult = await wechatPay(orderResult.wechatPayInfo);
} else if (selectedPayment.value === "alipay") {
@ -537,7 +532,6 @@
height: 60px;
border-radius: 50%;
margin-right: 12px;
background-color: skyblue;
overflow: hidden;
.img {

@ -3,7 +3,7 @@
<!-- 个人信息设置 -->
<view class="profile-section">
<!-- 头像 -->
<view class="profile-item" @click="changeAvatar">
<!-- <view class="profile-item" @click="changeAvatar">
<view class="item-label">头像</view>
<view class="item-content">
<image
@ -13,7 +13,7 @@
></image>
<uv-icon name="arrow-right" size="16" color="#ccc"></uv-icon>
</view>
</view>
</view> -->
<!-- 用户名 -->
<view class="profile-item" @click="editUsername">
@ -25,13 +25,13 @@
</view>
<!-- 电话 -->
<view class="profile-item" @click="editPhone">
<!-- <view class="profile-item" @click="editPhone">
<view class="item-label">电话</view>
<view class="item-content">
<text class="item-value">{{ userInfo.phone }}</text>
<uv-icon name="arrow-right" size="16" color="#ccc"></uv-icon>
</view>
</view>
</view> -->
<!-- 邮箱 -->
<view class="profile-item" @click="editEmail">

@ -10,7 +10,7 @@
<!-- 用户信息卡片 -->
<view class="user-card">
<view class="user-info">
<image class="avatar" :src="orderDetail.userAvatar" mode="aspectFill"></image>
<image class="avatar" src="/static/imgs/avatar.png" mode="aspectFill"></image>
<view class="user-details">
<view class="user-name-row">
<text class="user-name">{{ orderDetail.userName }}</text>

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Loading…
Cancel
Save