上传代码
This commit is contained in:
14
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.js
vendored
Normal file
14
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.js
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {};
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {
|
||||
a: common_assets._imports_0$5,
|
||||
b: common_assets._imports_0$5,
|
||||
c: common_assets._imports_0$5,
|
||||
d: common_assets._imports_0$5
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2f7abf56"]]);
|
||||
wx.createPage(MiniProgramPage);
|
5
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.json
vendored
Normal file
5
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"navigationBarTitleText": "商家入驻",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {}
|
||||
}
|
1
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.wxml
vendored
Normal file
1
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.wxml
vendored
Normal file
@ -0,0 +1 @@
|
||||
<view class="merchant data-v-2f7abf56"><view class="title data-v-2f7abf56">请上传商家入驻材料</view><view class="avatar data-v-2f7abf56">商家</view><view class="idPhoto data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">上传身份证照片</view><image src="{{a}}" style="width:50px;height:50px" alt="" class="photo data-v-2f7abf56"/><image class="data-v-2f7abf56" src="{{b}}" style="width:50px;height:50px" alt=""/></view><view class="idPhoto data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">上传营业执照</view><image src="{{c}}" style="width:50px;height:50px" alt="" class="photo data-v-2f7abf56"/></view><view class="idPhotoone data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">上传银行卡号</view><view class="data-v-2f7abf56">直接输入或者拍照上传</view><image src="{{d}}" style="width:50px;height:50px" alt="" class="photo data-v-2f7abf56"/><input type="text" id="name" placeholder="请输入银行卡号" name="name" required class="block data-v-2f7abf56"></input></view><view class="idPhoto data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">补充描述</view><textarea class="review-content data-v-2f7abf56" placeholder="输入补充描述"></textarea></view><view class="idPhoto data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">手机号</view><input class="data-v-2f7abf56" type="text" id="name" name="name" required></input></view><view class="idPhoto data-v-2f7abf56"><view class="idTitle data-v-2f7abf56">图片验证码</view><input type="text" placeholder="请输入图片验证码" id="name" name="name" required class="block data-v-2f7abf56"></input></view><view class="submit-button data-v-2f7abf56"><view class="Tips data-v-2f7abf56">预计3哥工作日内,收到通知</view><button class="submit data-v-2f7abf56">提交材料</button></view></view>
|
61
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.wxss
vendored
Normal file
61
uniapp04/unpackage/dist/dev/mp-weixin/pages/enter/enter.wxss
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
|
||||
.merchant.data-v-2f7abf56 {
|
||||
width: 95%;
|
||||
background-color: #fff;
|
||||
margin: 15px auto;
|
||||
}
|
||||
.title.data-v-2f7abf56 {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.avatar.data-v-2f7abf56 {
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
.idPhoto.data-v-2f7abf56 {
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
border-bottom: 1px solid #c3c3c3;
|
||||
}
|
||||
.idPhotoone.data-v-2f7abf56 {
|
||||
width: 100%;
|
||||
height: 350rpx;
|
||||
border-bottom: 1px solid #c3c3c3;
|
||||
}
|
||||
.block.data-v-2f7abf56 {
|
||||
display: block;
|
||||
border: 1px solid #c3c3c3;
|
||||
}
|
||||
.idTitle.data-v-2f7abf56 {
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
.photo.data-v-2f7abf56 {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.review-content.data-v-2f7abf56 {
|
||||
margin-top: 20px;
|
||||
resize: none;
|
||||
height: 100px;
|
||||
margin-bottom: 16px;
|
||||
border: 1px solid #c3c3c3;
|
||||
}
|
||||
.submit.data-v-2f7abf56 {
|
||||
width: 90%;
|
||||
height: 50px;
|
||||
background-color: #9abbd9;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
border-radius: 15px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.submit-button.data-v-2f7abf56 {
|
||||
margin-top: 50px;
|
||||
}
|
||||
.Tips.data-v-2f7abf56 {
|
||||
font-size: 14px;
|
||||
color: #c3c3c3;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user