优化后,再次提交
This commit is contained in:
209
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.js
vendored
Normal file
209
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.js
vendored
Normal file
@@ -0,0 +1,209 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
if (!Array) {
|
||||
const _easycom_up_input2 = common_vendor.resolveComponent("up-input");
|
||||
const _easycom_up_radio2 = common_vendor.resolveComponent("up-radio");
|
||||
const _easycom_up_radio_group2 = common_vendor.resolveComponent("up-radio-group");
|
||||
const _easycom_up_upload2 = common_vendor.resolveComponent("up-upload");
|
||||
const _easycom_up_textarea2 = common_vendor.resolveComponent("up-textarea");
|
||||
(_easycom_up_input2 + _easycom_up_radio2 + _easycom_up_radio_group2 + _easycom_up_upload2 + _easycom_up_textarea2)();
|
||||
}
|
||||
const _easycom_up_input = () => "../../uni_modules/uview-plus/components/u-input/u-input.js";
|
||||
const _easycom_up_radio = () => "../../uni_modules/uview-plus/components/u-radio/u-radio.js";
|
||||
const _easycom_up_radio_group = () => "../../uni_modules/uview-plus/components/u-radio-group/u-radio-group.js";
|
||||
const _easycom_up_upload = () => "../../uni_modules/uview-plus/components/u-upload/u-upload.js";
|
||||
const _easycom_up_textarea = () => "../../uni_modules/uview-plus/components/u-textarea/u-textarea.js";
|
||||
if (!Math) {
|
||||
(_easycom_up_input + _easycom_up_radio + _easycom_up_radio_group + _easycom_up_upload + _easycom_up_textarea)();
|
||||
}
|
||||
const _sfc_main = {
|
||||
__name: "editcompanInformation",
|
||||
setup(__props) {
|
||||
const radiolist1 = common_vendor.reactive([
|
||||
{
|
||||
name: "矿山开采",
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
name: "化工生产",
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
name: "冶金工业",
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
name: "建筑施工",
|
||||
disabled: false
|
||||
}
|
||||
]);
|
||||
const radiovalue1 = common_vendor.ref("矿山开采");
|
||||
const groupChange = (n) => {
|
||||
common_vendor.index.__f__("log", "at pages/editcompanInformation/editcompanInformation.vue:86", "groupChange", n);
|
||||
};
|
||||
const radioChange = (n) => {
|
||||
common_vendor.index.__f__("log", "at pages/editcompanInformation/editcompanInformation.vue:90", "radioChange", n);
|
||||
};
|
||||
const fileList1 = common_vendor.ref([]);
|
||||
const afterRead = (event) => {
|
||||
common_vendor.index.__f__("log", "at pages/editcompanInformation/editcompanInformation.vue:96", event);
|
||||
};
|
||||
const deletePic = (event) => {
|
||||
common_vendor.index.__f__("log", "at pages/editcompanInformation/editcompanInformation.vue:99", event);
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.o(_ctx.change),
|
||||
b: common_vendor.o(($event) => _ctx.value = $event),
|
||||
c: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
d: common_vendor.o(_ctx.change),
|
||||
e: common_vendor.o(($event) => _ctx.value = $event),
|
||||
f: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
g: common_vendor.o(_ctx.change),
|
||||
h: common_vendor.o(($event) => _ctx.value = $event),
|
||||
i: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
j: common_vendor.o(_ctx.change),
|
||||
k: common_vendor.o(($event) => _ctx.value = $event),
|
||||
l: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
m: common_vendor.o(_ctx.change),
|
||||
n: common_vendor.o(($event) => _ctx.value = $event),
|
||||
o: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
p: common_vendor.o(_ctx.change),
|
||||
q: common_vendor.o(($event) => _ctx.value = $event),
|
||||
r: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
s: common_vendor.f(radiolist1, (item, index, i0) => {
|
||||
return {
|
||||
a: index,
|
||||
b: common_vendor.o(radioChange, index),
|
||||
c: "2e9c764f-7-" + i0 + ",2e9c764f-6",
|
||||
d: common_vendor.p({
|
||||
customStyle: {
|
||||
marginBottom: "8px"
|
||||
},
|
||||
label: item.name,
|
||||
name: item.name
|
||||
})
|
||||
};
|
||||
}),
|
||||
t: common_vendor.o(groupChange),
|
||||
v: common_vendor.o(($event) => radiovalue1.value = $event),
|
||||
w: common_vendor.p({
|
||||
placement: "row",
|
||||
shape: "square",
|
||||
modelValue: radiovalue1.value
|
||||
}),
|
||||
x: common_vendor.o(_ctx.change),
|
||||
y: common_vendor.o(($event) => _ctx.value = $event),
|
||||
z: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
A: common_vendor.o(_ctx.change),
|
||||
B: common_vendor.o(($event) => _ctx.value = $event),
|
||||
C: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
D: common_vendor.o(_ctx.change),
|
||||
E: common_vendor.o(($event) => _ctx.value = $event),
|
||||
F: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
G: common_vendor.o(_ctx.change),
|
||||
H: common_vendor.o(($event) => _ctx.value = $event),
|
||||
I: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
J: common_vendor.o(_ctx.change),
|
||||
K: common_vendor.o(($event) => _ctx.value = $event),
|
||||
L: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
M: common_vendor.o(_ctx.change),
|
||||
N: common_vendor.o(($event) => _ctx.value = $event),
|
||||
O: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
P: common_vendor.o(_ctx.change),
|
||||
Q: common_vendor.o(($event) => _ctx.value = $event),
|
||||
R: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
S: common_vendor.o(_ctx.change),
|
||||
T: common_vendor.o(($event) => _ctx.value = $event),
|
||||
U: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
V: common_vendor.o(_ctx.change),
|
||||
W: common_vendor.o(($event) => _ctx.value = $event),
|
||||
X: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
Y: common_vendor.o(_ctx.change),
|
||||
Z: common_vendor.o(($event) => _ctx.value = $event),
|
||||
aa: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
ab: common_vendor.o(afterRead),
|
||||
ac: common_vendor.o(deletePic),
|
||||
ad: common_vendor.p({
|
||||
fileList: fileList1.value,
|
||||
name: "1",
|
||||
multiple: true,
|
||||
maxCount: 10
|
||||
}),
|
||||
ae: common_vendor.o(($event) => _ctx.value1 = $event),
|
||||
af: common_vendor.p({
|
||||
placeholder: "请输入内容",
|
||||
modelValue: _ctx.value1
|
||||
}),
|
||||
ag: common_vendor.gei(_ctx, "")
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-2e9c764f"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/editcompanInformation/editcompanInformation.js.map
|
||||
10
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.json
vendored
Normal file
10
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"navigationBarTitleText": "编辑企业信息",
|
||||
"usingComponents": {
|
||||
"up-input": "../../uni_modules/uview-plus/components/u-input/u-input",
|
||||
"up-radio": "../../uni_modules/uview-plus/components/u-radio/u-radio",
|
||||
"up-radio-group": "../../uni_modules/uview-plus/components/u-radio-group/u-radio-group",
|
||||
"up-upload": "../../uni_modules/uview-plus/components/u-upload/u-upload",
|
||||
"up-textarea": "../../uni_modules/uview-plus/components/u-textarea/u-textarea"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.wxml
vendored
Normal file
File diff suppressed because one or more lines are too long
30
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.wxss
vendored
Normal file
30
unpackage/dist/dev/mp-weixin/pages/editcompanInformation/editcompanInformation.wxss
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* uni.scss */
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.page.data-v-2e9c764f {
|
||||
min-height: 100vh;
|
||||
background: #EBF2FC;
|
||||
}
|
||||
Reference in New Issue
Block a user