fix:会员订单新增对应标识

This commit is contained in:
2025-08-25 17:57:38 +08:00
parent 38eb05fefd
commit ab9a7279f5
30 changed files with 46 additions and 560 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":3,"file":"url.js","sources":["config/url.js"],"sourcesContent":["// export const URL = \"https://my.gxfs123.com/api\" //正式服务器\r\nexport const URL = \"https://fansdev.gxfs123.com/api\" //测试服务器\r\n// export const URL = \"http://192.168.10.69:8080\" \t\t//本地调试\r\n\r\nexport const appid = \"wx2165f0be356ae7a9\" //小程序appid"],"names":[],"mappings":";AACY,MAAC,MAAM;AAGP,MAAC,QAAQ;;;"}
{"version":3,"file":"url.js","sources":["config/url.js"],"sourcesContent":["// export const URL = \"https://my.gxfs123.com/api\" //正式服务器\r\n// export const URL = \"https://fansdev.gxfs123.com/api\" //测试服务器\r\nexport const URL = \"http://192.168.10.76:8080\" \t\t//本地调试\r\n\r\nexport const appid = \"wx2165f0be356ae7a9\" //小程序appid"],"names":[],"mappings":";AAEY,MAAC,MAAM;AAEP,MAAC,QAAQ;;;"}
+1 -1
View File
@@ -7043,7 +7043,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.10.62,127.0.0.1";
const port = "8090";
const id = "mp-weixin_MczgwA";
const id = "mp-weixin_A62-ap";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();
+1 -1
View File
@@ -1,5 +1,5 @@
"use strict";
const URL = "https://fansdev.gxfs123.com/api";
const URL = "http://192.168.10.76:8080";
const appid = "wx2165f0be356ae7a9";
exports.URL = URL;
exports.appid = appid;
@@ -1,90 +0,0 @@
"use strict";
const common_vendor = require("../../../../../common/vendor.js");
const _sfc_main = {
name: "uv-cell",
emits: ["click"],
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$6],
computed: {
titleTextStyle() {
return this.$uv.addStyle(this.titleStyle);
}
},
methods: {
// 点击cell
clickHandler(e) {
if (this.disabled)
return;
this.$emit("click", {
name: this.name
});
this.openPage();
this.stop && this.preventEvent(e);
}
}
};
if (!Array) {
const _easycom_uv_icon2 = common_vendor.resolveComponent("uv-icon");
const _easycom_uv_line2 = common_vendor.resolveComponent("uv-line");
(_easycom_uv_icon2 + _easycom_uv_line2)();
}
const _easycom_uv_icon = () => "../uv-icon/uv-icon.js";
const _easycom_uv_line = () => "../uv-line/uv-line.js";
if (!Math) {
(_easycom_uv_icon + _easycom_uv_line)();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: _ctx.icon
}, _ctx.icon ? {
b: common_vendor.p({
name: _ctx.icon,
["custom-style"]: _ctx.iconStyle,
size: _ctx.size === "large" ? 22 : 18
})
} : {}, {
c: _ctx.title
}, _ctx.title ? {
d: common_vendor.t(_ctx.title),
e: common_vendor.s($options.titleTextStyle),
f: common_vendor.n(_ctx.disabled && "uv-cell--disabled"),
g: common_vendor.n(_ctx.size === "large" && "uv-cell__title-text--large")
} : {}, {
h: _ctx.label
}, _ctx.label ? {
i: common_vendor.t(_ctx.label),
j: common_vendor.n(_ctx.disabled && "uv-cell--disabled"),
k: common_vendor.n(_ctx.size === "large" && "uv-cell__label--large")
} : {}, {
l: !_ctx.$uv.test.empty(_ctx.value)
}, !_ctx.$uv.test.empty(_ctx.value) ? {
m: common_vendor.t(_ctx.value),
n: common_vendor.n(_ctx.disabled && "uv-cell--disabled"),
o: common_vendor.n(_ctx.size === "large" && "uv-cell__value--large")
} : {}, {
p: _ctx.$slots["right-icon"] || _ctx.isLink
}, _ctx.$slots["right-icon"] || _ctx.isLink ? common_vendor.e({
q: _ctx.$slots["right-icon"]
}, _ctx.$slots["right-icon"] ? {} : {
r: common_vendor.p({
name: _ctx.rightIcon,
["custom-style"]: _ctx.rightIconStyle,
color: _ctx.disabled ? "#c8c9cc" : "info",
size: _ctx.size === "large" ? 18 : 16
})
}, {
s: common_vendor.n(`uv-cell__right-icon-wrap--${_ctx.arrowDirection}`)
}) : {}, {
t: common_vendor.n(_ctx.center && "uv-cell--center"),
v: common_vendor.n(_ctx.size === "large" && "uv-cell__body--large"),
w: common_vendor.s(_ctx.cellStyle),
x: _ctx.border
}, _ctx.border ? {} : {}, {
y: common_vendor.n(_ctx.customClass),
z: common_vendor.s(_ctx.$uv.addStyle(_ctx.customStyle)),
A: !_ctx.disabled && (_ctx.clickable || _ctx.isLink) ? "uv-cell--clickable" : "",
B: common_vendor.o((...args) => $options.clickHandler && $options.clickHandler(...args))
});
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-fd61d93a"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@climblee/uv-ui/components/uv-cell/uv-cell.js.map
@@ -1,7 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-icon": "../uv-icon/uv-icon",
"uv-line": "../uv-line/uv-line"
}
}
@@ -1 +0,0 @@
<view class="{{['uv-cell', 'data-v-fd61d93a', y]}}" style="{{z}}" hover-class="{{A}}" hover-stay-time="{{250}}" bindtap="{{B}}"><view class="{{['uv-cell__body', 'data-v-fd61d93a', t, v]}}" style="{{w}}"><view class="uv-cell__body__content data-v-fd61d93a"><view class="uv-cell__left-icon-wrap data-v-fd61d93a"><block wx:if="{{$slots.icon}}"><slot name="icon"></slot></block><block wx:else><uv-icon wx:if="{{a}}" class="data-v-fd61d93a" u-i="fd61d93a-0" bind:__l="__l" u-p="{{b}}"></uv-icon></block></view><view class="uv-cell__title data-v-fd61d93a"><block wx:if="{{$slots.title}}"><slot name="title"></slot></block><block wx:else><text wx:if="{{c}}" style="{{e}}" class="{{['uv-cell__title-text', 'data-v-fd61d93a', f, g]}}">{{d}}</text></block><block wx:if="{{$slots.label}}"><slot name="label"></slot></block><block wx:else><text wx:if="{{h}}" class="{{['uv-cell__label', 'data-v-fd61d93a', j, k]}}">{{i}}</text></block></view></view><block wx:if="{{$slots.value}}"><slot name="value"></slot></block><block wx:else><text wx:if="{{l}}" class="{{['uv-cell__value', 'data-v-fd61d93a', n, o]}}">{{m}}</text></block><view wx:if="{{p}}" class="{{['uv-cell__right-icon-wrap', 'data-v-fd61d93a', s]}}"><slot wx:if="{{q}}" name="right-icon"></slot><uv-icon wx:else class="data-v-fd61d93a" u-i="fd61d93a-1" bind:__l="__l" u-p="{{r||''}}"></uv-icon></view></view><uv-line wx:if="{{x}}" class="data-v-fd61d93a" u-i="fd61d93a-2" bind:__l="__l"></uv-line></view>
@@ -1,110 +0,0 @@
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-fd61d93a, scroll-view.data-v-fd61d93a, swiper-item.data-v-fd61d93a {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.uv-cell__body.data-v-fd61d93a {
display: flex;
flex-direction: row;
box-sizing: border-box;
padding: 10px 15px;
font-size: 15px;
color: #303133;
}
.uv-cell__body__content.data-v-fd61d93a {
display: flex;
flex-direction: row;
align-items: center;
flex: 1;
}
.uv-cell__body--large.data-v-fd61d93a {
padding-top: 13px;
padding-bottom: 13px;
}
.uv-cell__left-icon-wrap.data-v-fd61d93a, .uv-cell__right-icon-wrap.data-v-fd61d93a {
display: flex;
flex-direction: row;
align-items: center;
font-size: 16px;
}
.uv-cell__left-icon-wrap.data-v-fd61d93a {
margin-right: 4px;
}
.uv-cell__right-icon-wrap.data-v-fd61d93a {
margin-left: 4px;
transition: transform 0.3s;
}
.uv-cell__right-icon-wrap--up.data-v-fd61d93a {
transform: rotate(-90deg);
}
.uv-cell__right-icon-wrap--down.data-v-fd61d93a {
transform: rotate(90deg);
}
.uv-cell__title.data-v-fd61d93a {
flex: 1;
}
.uv-cell__title-text.data-v-fd61d93a {
font-size: 15px;
line-height: 22px;
color: #303133;
}
.uv-cell__title-text--large.data-v-fd61d93a {
font-size: 16px;
}
.uv-cell__label.data-v-fd61d93a {
margin-top: 5px;
font-size: 12px;
color: #909193;
line-height: 18px;
}
.uv-cell__label--large.data-v-fd61d93a {
font-size: 14px;
}
.uv-cell__value.data-v-fd61d93a {
text-align: right;
font-size: 14px;
line-height: 24px;
color: #606266;
}
.uv-cell__value--large.data-v-fd61d93a {
font-size: 15px;
}
.uv-cell--clickable.data-v-fd61d93a {
background-color: #f3f4f6;
}
.uv-cell--disabled.data-v-fd61d93a {
color: #c8c9cc;
cursor: not-allowed;
}
.uv-cell--center.data-v-fd61d93a {
align-items: center;
}
@@ -1,132 +0,0 @@
"use strict";
const common_vendor = require("../../../../../common/vendor.js");
const _sfc_main = {
name: "uv-collapse-item",
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$1],
data() {
return {
elId: "",
// uni.createAnimation的导出数据
animationData: {},
// 是否展开状态
expanded: false,
// 根据expanded确定是否显示border,为了控制展开时,cell的下划线更好的显示效果,进行一定时间的延时
showBorder: false,
// 是否动画中,如果是则不允许继续触发点击
animating: false,
// 父组件uv-collapse的参数
parentData: {
accordion: false,
border: false
}
};
},
watch: {
expanded(n) {
clearTimeout(this.timer);
this.timer = null;
this.timer = setTimeout(() => {
this.showBorder = n;
}, n ? 10 : 290);
}
},
created() {
this.elId = this.$uv.guid();
},
mounted() {
this.init();
},
methods: {
// 异步获取内容,或者动态修改了内容时,需要重新初始化
init() {
this.updateParentData();
if (!this.parent) {
return this.$uv.error("uv-collapse-item必须要搭配uv-collapse组件使用");
}
const {
value,
accordion,
children = []
} = this.parent;
if (accordion) {
if (this.$uv.test.array(value)) {
return this.$uv.error("手风琴模式下,uv-collapse组件的value参数不能为数组");
}
this.expanded = this.name == value;
} else {
if (!this.$uv.test.array(value) && value !== null) {
return this.$uv.error("非手风琴模式下,uv-collapse组件的value参数必须为数组");
}
this.expanded = (value || []).some((item) => item == this.name);
}
this.$nextTick(function() {
this.setContentAnimate();
});
},
updateParentData() {
this.getParentData("uv-collapse");
},
async setContentAnimate() {
const rect = await this.queryRect();
const height = this.expanded ? rect.height : 0;
this.animating = true;
const animation = common_vendor.index.createAnimation({
timingFunction: "ease-in-out"
});
animation.height(height).step({
duration: this.duration
}).step();
this.animationData = animation.export();
this.$uv.sleep(this.duration).then(() => {
this.animating = false;
});
},
// 点击collapsehead头部
clickHandler() {
if (this.disabled && this.animating)
return;
this.parent && this.parent.onChange(this);
},
// 查询内容高度
queryRect() {
return new Promise((resolve) => {
this.$uvGetRect(`#${this.elId}`).then((size) => {
resolve(size);
});
});
}
}
};
if (!Array) {
const _easycom_uv_cell2 = common_vendor.resolveComponent("uv-cell");
const _easycom_uv_line2 = common_vendor.resolveComponent("uv-line");
(_easycom_uv_cell2 + _easycom_uv_line2)();
}
const _easycom_uv_cell = () => "../uv-cell/uv-cell.js";
const _easycom_uv_line = () => "../uv-line/uv-line.js";
if (!Math) {
(_easycom_uv_cell + _easycom_uv_line)();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: common_vendor.o($options.clickHandler),
b: common_vendor.p({
title: _ctx.title,
value: _ctx.value,
label: _ctx.label,
icon: _ctx.icon,
isLink: _ctx.isLink,
clickable: _ctx.clickable,
border: $data.parentData.border && $data.showBorder,
arrowDirection: $data.expanded ? "up" : "down",
disabled: _ctx.disabled
}),
c: $data.elId,
d: $data.elId,
e: $data.animationData,
f: $data.parentData.border
}, $data.parentData.border ? {} : {});
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-b32ffb1f"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@climblee/uv-ui/components/uv-collapse-item/uv-collapse-item.js.map
@@ -1,7 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-cell": "../uv-cell/uv-cell",
"uv-line": "../uv-line/uv-line"
}
}
@@ -1 +0,0 @@
<view class="uv-collapse-item data-v-b32ffb1f"><uv-cell wx:if="{{b}}" class="data-v-b32ffb1f" bindclick="{{a}}" u-i="b32ffb1f-0" bind:__l="__l" u-p="{{b}}"></uv-cell><view class="uv-collapse-item__content data-v-b32ffb1f" animation="{{e}}" ref="animation"><view class="uv-collapse-item__content__text content-class data-v-b32ffb1f" id="{{c}}" ref="{{d}}"><slot/></view></view><uv-line wx:if="{{f}}" class="data-v-b32ffb1f" u-i="b32ffb1f-1" bind:__l="__l"></uv-line></view>
@@ -1,44 +0,0 @@
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-b32ffb1f, scroll-view.data-v-b32ffb1f, swiper-item.data-v-b32ffb1f {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.uv-collapse-item__content.data-v-b32ffb1f {
overflow: hidden;
height: 0;
}
.uv-collapse-item__content__text.data-v-b32ffb1f {
padding: 12px 15px;
color: #606266;
font-size: 14px;
line-height: 18px;
}
@@ -1,76 +0,0 @@
"use strict";
const common_vendor = require("../../../../../common/vendor.js");
const _sfc_main = {
name: "uv-collapse",
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$2],
watch: {
needInit() {
this.init();
},
// 当父组件需要子组件需要共享的参数发生了变化,手动通知子组件
parentData() {
if (this.children.length) {
this.children.map((child) => {
typeof child.updateParentData === "function" && child.updateParentData();
});
}
}
},
created() {
this.children = [];
},
computed: {
needInit() {
return [this.accordion, this.value];
}
},
methods: {
// 重新初始化一次内部的所有子元素
init() {
this.children.map((child) => {
child.init();
});
},
/**
* collapse-item被点击时触发,由collapse统一处理各子组件的状态
* @param {Object} target 被操作的面板的实例
*/
onChange(target) {
let changeArr = [];
this.children.map((child, index) => {
if (this.accordion) {
child.expanded = child === target ? !target.expanded : false;
child.setContentAnimate();
} else {
if (child === target) {
child.expanded = !child.expanded;
child.setContentAnimate();
}
}
changeArr.push({
// 如果没有定义name属性,则默认返回组件的index索引
name: child.name || index,
status: child.expanded ? "open" : "close"
});
});
this.$emit("change", changeArr);
this.$emit(target.expanded ? "open" : "close", target.name);
}
}
};
if (!Array) {
const _easycom_uv_line2 = common_vendor.resolveComponent("uv-line");
_easycom_uv_line2();
}
const _easycom_uv_line = () => "../uv-line/uv-line.js";
if (!Math) {
_easycom_uv_line();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: _ctx.border
}, _ctx.border ? {} : {});
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@climblee/uv-ui/components/uv-collapse/uv-collapse.js.map
@@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-line": "../uv-line/uv-line"
}
}
@@ -1 +0,0 @@
<view class="uv-collapse"><uv-line wx:if="{{a}}" u-i="544d1ba4-0" bind:__l="__l"></uv-line><slot/></view>
@@ -1,35 +0,0 @@
"use strict";
const common_vendor = require("../../../../../common/vendor.js");
const _sfc_main = {
name: "uv-line",
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$7],
computed: {
lineStyle() {
const style = {};
style.margin = this.margin;
if (this.direction === "row") {
style.borderBottomWidth = "1px";
style.borderBottomStyle = this.dashed ? "dashed" : "solid";
style.width = this.$uv.addUnit(this.length);
if (this.hairline)
style.transform = "scaleY(0.5)";
} else {
style.borderLeftWidth = "1px";
style.borderLeftStyle = this.dashed ? "dashed" : "solid";
style.height = this.$uv.addUnit(this.length);
if (this.hairline)
style.transform = "scaleX(0.5)";
}
style.borderColor = this.color;
return this.$uv.deepMerge(style, this.$uv.addStyle(this.customStyle));
}
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.s($options.lineStyle)
};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0a68c4fc"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@climblee/uv-ui/components/uv-line/uv-line.js.map
@@ -1,4 +0,0 @@
{
"component": true,
"usingComponents": {}
}
@@ -1 +0,0 @@
<view class="uv-line data-v-0a68c4fc" style="{{a}}"></view>
@@ -1,28 +0,0 @@
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uv-line.data-v-0a68c4fc {
vertical-align: middle;
}