LGX 6 months ago
parent 3cbe889947
commit b04189ad78
  1. 9
      pages.json
  2. 2
      pages/index/competition/baoming/baoming.vue
  3. 103
      pages/index/competition/competition.vue
  4. 5
      pages/index/index.vue
  5. 18
      pages/login/index.vue
  6. 25
      pages/user/update/update.vue
  7. 2
      uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
  8. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  9. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/competition/baoming/baoming.js.map
  10. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/competition/competition.js.map
  11. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
  12. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/user/update/update.js.map
  13. 2
      unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.js.map
  14. 2
      unpackage/dist/dev/mp-weixin/common/vendor.js
  15. 2
      unpackage/dist/dev/mp-weixin/pages/index/competition/baoming/baoming.js
  16. 1
      unpackage/dist/dev/mp-weixin/pages/index/competition/baoming/baoming.json
  17. 2
      unpackage/dist/dev/mp-weixin/pages/index/competition/competition.js
  18. 2
      unpackage/dist/dev/mp-weixin/pages/index/competition/competition.wxml
  19. 1
      unpackage/dist/dev/mp-weixin/pages/index/competition/schedule/schedule.json
  20. 1
      unpackage/dist/dev/mp-weixin/pages/index/index.wxss
  21. 1
      unpackage/dist/dev/mp-weixin/pages/index/regulations/regulations.json
  22. 2
      unpackage/dist/dev/mp-weixin/pages/user/update/update.js
  23. 2
      unpackage/dist/dev/mp-weixin/pages/user/update/update.wxml
  24. 2
      unpackage/dist/dev/mp-weixin/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.wxml

@ -214,7 +214,8 @@
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
@ -222,7 +223,8 @@
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
@ -230,7 +232,8 @@
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{

@ -228,7 +228,7 @@
name: 13
}
],
title: '比赛回放',
title: '报名',
vals: ['1'],
checkboxItems: [{
name: '60米',

@ -45,9 +45,11 @@
<uni-col :span="12">
<text class="xqt">炽热公开赛炽热公开赛</text>
</uni-col>
<uni-col :span="3" :offset="7"><text style="color: red;"> 导航</text></uni-col>
<uni-col :span="3" :offset="7"><text style="color: red;" @click="handleNavigation">
导航</text></uni-col>
<uni-col :span="2">
<image src="../../../static/dingwei.png" mode="" style="width: 40rpx;height: 40rpx;">
<image src="../../../static/dingwei.png" @click="handleNavigation" mode=""
style="width: 40rpx;height: 40rpx;margin-left: -20rpx;">
</image>
</uni-col>
</uni-row>
@ -135,15 +137,15 @@
<uni-td align="center">{{ item.address }}</uni-td>
</uni-tr>
</uni-table> -->
<view class="tabletop">
<view class="tabletop1">序号</view>
<view class="tabletop2">时间</view>
<view class="tabletop3">项目名称</view>
<view class="tabletop4">人数</view>
<view class="tabletop5">组数</view>
</view>
<view v-for="(item,index) in 3" @click="chengjiList">
<view class="tabletop">
<view class="tabletop1">序号</view>
<view class="tabletop2">时间</view>
<view class="tabletop3">项目名称</view>
<view class="tabletop4">人数</view>
<view class="tabletop5">组数</view>
</view>
<view v-for="(item,index) in 3" @click="chengjiList">
<view class="danyuan">
2023.02.27 第一单元
</view>
@ -191,7 +193,7 @@
<uni-goods-nav :options="options" :fill="true" :button-group="buttonGroup" @click="onClick"
@buttonClick="buttonClick" />
</view>
<!-- <view class="">
<!-- <view class="">
<button open-type="share" @click="btnfx">分享</button>
</view> -->
<!-- 普通弹窗 -->
@ -205,7 +207,7 @@
<view class="col">
切换运动员
</view>
<image class="cha" src="@/static/cha.png" mode="" @click="closeyd"></image>
<image class="cha" src="@/static/cha.png" mode="" @click="closeyd"></image>
</view>
<view class="">
<uni-row v-for="(item,index) in 6">
@ -227,13 +229,14 @@
</uni-row>
</view>
</uni-popup>
<uni-popup ref="popupjifen" type="bottom" background-color="#fff" :mask-click='false' border-radius="10px 10px 0 0">
<uni-popup ref="popupjifen" type="bottom" background-color="#fff" :mask-click='false'
border-radius="10px 10px 0 0">
<view class="guize">
<view class="popup-content">
<view class="col">
积分规则
</view>
<image class="cha" src="@/static/cha.png" mode="" @click="close"></image>
<image class="cha" src="@/static/cha.png" mode="" @click="close"></image>
</view>
<view class="guizetext" v-for="(item,index) in 8">
团队成员每报名1项加5分
@ -247,10 +250,10 @@
export default {
data() {
return {
showbut:true,
showbut: true,
tableData: [{
name: '江苏最美田径运动俱乐部',
address:'936'
address: '936'
}],
tableDataSc: [],
options: [{
@ -261,7 +264,7 @@
text: '分享',
infoBackgroundColor: '#007aff',
infoColor: "#f5f5f5",
share:'share'
share: 'share'
}, {
icon: 'chat',
text: '客服',
@ -294,15 +297,29 @@
}
},
methods: {
jifendetail(){
this.showbut=false
handleNavigation() {
uni.openLocation({
longitude: Number(118.797962),
latitude: Number(32.086816),
name: '南京站',
address: '江苏省南京市玄武区龙蟠路',
success: function(res) {
console.log('打开系统位置地图成功')
},
fail: function(error) {
console.log(error)
}
})
},
jifendetail() {
this.showbut = false
this.$refs.popupjifen.open('bottom')
},
close(){
close() {
this.$refs.popupjifen.close('bottom')
this.showbut=true
this.showbut = true
},
chengjiList(){
chengjiList() {
uni.navigateTo({
url: "/pages/index/competition/schedule/schedule"
})
@ -317,46 +334,46 @@
url: "/pages/index/competition/baoming/baoming"
})
},
btnfx(){
btnfx() {
uni.share({
provider: "weixin",
provider: "weixin",
scene: "WXSceneSession",
type: 1,
summary: "我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!",
success: function (res) {
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function (err) {
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
}
})
},
onClick(e){
if(e.index==0){
onClick(e) {
if (e.index == 0) {
uni.switchTab({
url: "/pages/index/index"
})
}else if(e.index==1){
} else if (e.index == 1) {
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 1,
summary: "我正在使用HBuilderX开发uni-app,赶紧跟我一起来体验!",
success: function (res) {
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function (err) {
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
}
});
}
console.log(78,e);
console.log(78, e);
},
popup() {
this.showbut=false
this.showbut = false
this.$refs.popup.open('bottom')
},
closeyd(){
closeyd() {
this.$refs.popup.close('bottom')
},
onClickItem(e) {
@ -366,7 +383,7 @@
console.log('this.current', this.current);
},
onClickItem1(e) {
console.log(76,this.items1[e.currentIndex]);
console.log(76, this.items1[e.currentIndex]);
if (this.current1 !== e.currentIndex) {
this.current1 = e.currentIndex
}
@ -396,13 +413,14 @@
</script>
<style lang="scss" scoped>
.cha{
.cha {
float: right;
width: 44rpx;
height: 44rpx;
margin-right: 24rpx;
margin-top: -60rpx;
}
.popup-content {
text-align: center;
margin-top: 30rpx;
@ -410,21 +428,21 @@
line-height: 70rpx;
border-bottom: 1px solid #EAEAEA;
}
.col {
font-family: PingFang SC;
font-weight: 500;
font-size: 30rpx;
color: #333333;
}
.guize {
z-index: 99999;
width: 750rpx;
height: 600rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 0rpx 0rpx;
.guizetop {
text-align: center;
font-family: Alibaba PuHuiTi;
@ -433,7 +451,7 @@
font-size: 30rpx;
color: #333333;
}
.guizetext {
margin-left: 56rpx;
padding: 10rpx;
@ -443,6 +461,7 @@
color: #333333;
}
}
.ydqh {
width: 130rpx;
height: 60rpx;
@ -574,7 +593,7 @@
font-size: 24rpx;
padding: 0;
}
.dangqian {
font-family: PingFang SC;
font-weight: 500;

@ -443,8 +443,9 @@
padding: 10upx;
.imgw14 {
width: 21upx;
height: 24upx;
width: 21rpx;
height: 24rpx;
margin-right: 10rpx;
}
}
}

@ -27,15 +27,15 @@
};
},
onLoad() {
if (uni.getStorageSync("loginInfo")) {
this.isClick = true;
console.log(uni.getStorageSync("loginInfo"))
this.Username = uni.getStorageSync("loginInfo").Username;
this.Password = uni.getStorageSync("loginInfo").Password;
this.Type = uni.getStorageSync("loginInfo").Type;
} else {
this.isClick = false;
}
// if (uni.getStorageSync("loginInfo")) {
// this.isClick = true;
// console.log(uni.getStorageSync("loginInfo"))
// this.Username = uni.getStorageSync("loginInfo").Username;
// this.Password = uni.getStorageSync("loginInfo").Password;
// this.Type = uni.getStorageSync("loginInfo").Type;
// } else {
// this.isClick = false;
// }
},
methods: {
handleBack(){},

@ -14,8 +14,8 @@
<uni-col :span="12">
头像:
</uni-col>
<uni-col :span='6' :offset="6">
<uni-file-picker v-model="imageValue" fileMediatype="image" mode="grid" @success="success"
<uni-col :span='5' :offset="7">
<uni-file-picker v-model="imageValue" fileMediatype="image" @select="select" :limit="1" mode="grid" @success="success"
:image-styles="imageStyles" @fail="fail" />
</uni-col>
</uni-row>
@ -24,12 +24,12 @@
<uni-col :span="8">
昵称:
</uni-col>
<uni-col :span='6'>
<input class="uni-input" style="margin-top: 20px;" placeholder="请输入昵称"/>
<uni-col :span='8' :offset="8">
<input class="uni-input" style="margin-top: 20px;text-align: center;" v-model="FormData.name" placeholder="请输入昵称" />
</uni-col>
</uni-row>
</view>
<view class="subbtn">
<view class="subbtn" @click="subbtn">
确认
</view>
</view>
@ -39,6 +39,9 @@
export default {
data() {
return {
FormData:{
name:''
},
title: '更新信息',
imageValue: [],
imageStyles: {
@ -48,14 +51,24 @@
color: "#999999",
width: 1,
style: 'dashed',
radius: '2px'
radius: '100px'
}
},
}
},
methods: {
select(e){
console.log(123,e);
const tempFilePaths = e.tempFilePaths;
//
const imgUrl=tempFilePaths[0]
},
subbtn(){
console.log(74,this.FormData);
},
//
success(e) {
console.log(11111);
console.log('上传成功')
},

@ -7,7 +7,7 @@
<view v-if="current" class="uni-select__input-text">{{textShow}}</view>
<view v-else class="uni-select__input-text uni-select__input-placeholder">{{typePlaceholder}}</view>
<view v-if="current && clear && !disabled" >
<uni-icons v-if="!isclear" type="clear" color="#c0c4cc" size="24" />
<uni-icons v-if="!isclear" type="clear" color="#c0c4cc" size="24" @click='clearVal'/>
<uni-icons v-if="isclear" type="bottom" color="#c0c4cc" size="14" />
</view>
<view v-else>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/competition/baoming/baoming"],{304:function(n,e,o){"use strict";(function(n,e){var t=o(4);o(26);t(o(25));var u=t(o(305));n.__webpack_require_UNI_MP_PLUGIN__=o,e(u.default)}).call(this,o(1)["default"],o(2)["createPage"])},305:function(n,e,o){"use strict";o.r(e);var t=o(306),u=o(308);for(var i in u)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return u[n]}))}(i);o(310);var c,r=o(32),s=Object(r["default"])(u["default"],t["render"],t["staticRenderFns"],!1,null,"566146f6",null,!1,t["components"],c);s.options.__file="pages/index/competition/baoming/baoming.vue",e["default"]=s.exports},306:function(n,e,o){"use strict";o.r(e);var t=o(307);o.d(e,"render",(function(){return t["render"]})),o.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(e,"components",(function(){return t["components"]}))},307:function(n,e,o){"use strict";var t;o.r(e),o.d(e,"render",(function(){return u})),o.d(e,"staticRenderFns",(function(){return c})),o.d(e,"recyclableRender",(function(){return i})),o.d(e,"components",(function(){return t}));try{t={uniIcons:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(o.bind(null,448))},uniRow:function(){return o.e("uni_modules/uni-row/components/uni-row/uni-row").then(o.bind(null,456))},uniCol:function(){return o.e("uni_modules/uni-row/components/uni-col/uni-col").then(o.bind(null,463))},uniSection:function(){return o.e("uni_modules/uni-section/components/uni-section/uni-section").then(o.bind(null,522))},uniGoodsNav:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav")]).then(o.bind(null,568))},uniPopup:function(){return o.e("uni_modules/uni-popup/components/uni-popup/uni-popup").then(o.bind(null,494))},uniTable:function(){return o.e("uni_modules/uni-table/components/uni-table/uni-table").then(o.bind(null,501))},uniTr:function(){return o.e("uni_modules/uni-table/components/uni-tr/uni-tr").then(o.bind(null,508))},uniTh:function(){return o.e("uni_modules/uni-table/components/uni-th/uni-th").then(o.bind(null,586))},uniTd:function(){return o.e("uni_modules/uni-table/components/uni-td/uni-td").then(o.bind(null,515))}}}catch(r){if(-1===r.message.indexOf("Cannot find module")||-1===r.message.indexOf(".vue"))throw r;console.error(r.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var u=function(){var n=this,e=n.$createElement;n._self._c},i=!1,c=[];u._withStripped=!0},308:function(n,e,o){"use strict";o.r(e);var t=o(309),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(i);e["default"]=u.a},309:function(n,e,o){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={data:function(){return{xmdisabled:!1,popupzindex:!0,buttonGroup:[{text:"提交",backgroundColor:"#CA151F",color:"#fff"}],options:[{icon:"home",text:"首页"}],tableData:[{name:1},{name:12},{name:13}],title:"比赛回放",vals:["1"],checkboxItems:[{name:"60米",value:"1",checked:!0},{name:"160米",value:"2",checked:!1},{name:"260米",value:"3",checked:!1},{name:"360米",value:"4",checked:!1}]}},methods:{onClick:function(){n.switchTab({url:"/pages/index/index"})},buttonClick:function(){},selectionChange:function(){},guige:function(){this.$refs.popup2.open("bottom"),this.popupzindex=!1},close1:function(){this.$refs.popup1.close("bottom"),this.popupzindex=!0},close2:function(){this.$refs.popup2.close("bottom"),this.popupzindex=!0},zubie:function(){this.$refs.popup1.open("bottom"),this.popupzindex=!1},checkboxChange:function(n){},popup:function(){this.$refs.popup.open("bottom"),this.popupzindex=!1},close:function(){this.$refs.popup.close("bottom"),this.popupzindex=!0},detail:function(){n.navigateTo({url:"/pages/user/notice/detail/detail"})},handleBack:function(){n.navigateBack({delta:2})},toPage:function(){console.log(1111232),n.navigateTo({url:"/pages/user/index"})}}};e.default=o}).call(this,o(2)["default"])},310:function(n,e,o){"use strict";o.r(e);var t=o(311),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(i);e["default"]=u.a},311:function(n,e,o){}},[[304,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/competition/baoming/baoming"],{304:function(n,e,o){"use strict";(function(n,e){var t=o(4);o(26);t(o(25));var u=t(o(305));n.__webpack_require_UNI_MP_PLUGIN__=o,e(u.default)}).call(this,o(1)["default"],o(2)["createPage"])},305:function(n,e,o){"use strict";o.r(e);var t=o(306),u=o(308);for(var i in u)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return u[n]}))}(i);o(310);var c,r=o(32),s=Object(r["default"])(u["default"],t["render"],t["staticRenderFns"],!1,null,"566146f6",null,!1,t["components"],c);s.options.__file="pages/index/competition/baoming/baoming.vue",e["default"]=s.exports},306:function(n,e,o){"use strict";o.r(e);var t=o(307);o.d(e,"render",(function(){return t["render"]})),o.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(e,"components",(function(){return t["components"]}))},307:function(n,e,o){"use strict";var t;o.r(e),o.d(e,"render",(function(){return u})),o.d(e,"staticRenderFns",(function(){return c})),o.d(e,"recyclableRender",(function(){return i})),o.d(e,"components",(function(){return t}));try{t={uniIcons:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(o.bind(null,448))},uniRow:function(){return o.e("uni_modules/uni-row/components/uni-row/uni-row").then(o.bind(null,456))},uniCol:function(){return o.e("uni_modules/uni-row/components/uni-col/uni-col").then(o.bind(null,463))},uniSection:function(){return o.e("uni_modules/uni-section/components/uni-section/uni-section").then(o.bind(null,522))},uniGoodsNav:function(){return Promise.all([o.e("common/vendor"),o.e("uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav")]).then(o.bind(null,568))},uniPopup:function(){return o.e("uni_modules/uni-popup/components/uni-popup/uni-popup").then(o.bind(null,494))},uniTable:function(){return o.e("uni_modules/uni-table/components/uni-table/uni-table").then(o.bind(null,501))},uniTr:function(){return o.e("uni_modules/uni-table/components/uni-tr/uni-tr").then(o.bind(null,508))},uniTh:function(){return o.e("uni_modules/uni-table/components/uni-th/uni-th").then(o.bind(null,586))},uniTd:function(){return o.e("uni_modules/uni-table/components/uni-td/uni-td").then(o.bind(null,515))}}}catch(r){if(-1===r.message.indexOf("Cannot find module")||-1===r.message.indexOf(".vue"))throw r;console.error(r.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var u=function(){var n=this,e=n.$createElement;n._self._c},i=!1,c=[];u._withStripped=!0},308:function(n,e,o){"use strict";o.r(e);var t=o(309),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(i);e["default"]=u.a},309:function(n,e,o){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={data:function(){return{xmdisabled:!1,popupzindex:!0,buttonGroup:[{text:"提交",backgroundColor:"#CA151F",color:"#fff"}],options:[{icon:"home",text:"首页"}],tableData:[{name:1},{name:12},{name:13}],title:"报名",vals:["1"],checkboxItems:[{name:"60米",value:"1",checked:!0},{name:"160米",value:"2",checked:!1},{name:"260米",value:"3",checked:!1},{name:"360米",value:"4",checked:!1}]}},methods:{onClick:function(){n.switchTab({url:"/pages/index/index"})},buttonClick:function(){},selectionChange:function(){},guige:function(){this.$refs.popup2.open("bottom"),this.popupzindex=!1},close1:function(){this.$refs.popup1.close("bottom"),this.popupzindex=!0},close2:function(){this.$refs.popup2.close("bottom"),this.popupzindex=!0},zubie:function(){this.$refs.popup1.open("bottom"),this.popupzindex=!1},checkboxChange:function(n){},popup:function(){this.$refs.popup.open("bottom"),this.popupzindex=!1},close:function(){this.$refs.popup.close("bottom"),this.popupzindex=!0},detail:function(){n.navigateTo({url:"/pages/user/notice/detail/detail"})},handleBack:function(){n.navigateBack({delta:2})},toPage:function(){console.log(1111232),n.navigateTo({url:"/pages/user/index"})}}};e.default=o}).call(this,o(2)["default"])},310:function(n,e,o){"use strict";o.r(e);var t=o(311),u=o.n(t);for(var i in t)["default"].indexOf(i)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(i);e["default"]=u.a},311:function(n,e,o){}},[[304,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/pages/index/competition/baoming/baoming.js.map

@ -1,6 +1,7 @@
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"usingComponents": {
"uni-icons": "/uni_modules/uni-icons/components/uni-icons/uni-icons",
"uni-row": "/uni_modules/uni-row/components/uni-row/uni-row",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,6 +1,7 @@
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"usingComponents": {
"uni-icons": "/uni_modules/uni-icons/components/uni-icons/uni-icons",
"uni-row": "/uni_modules/uni-row/components/uni-row/uni-row",

@ -211,6 +211,7 @@
.content1 .content12 .imgw14.data-v-57280228 {
width: 21rpx;
height: 24rpx;
margin-right: 10rpx;
}
.imgw1.data-v-57280228 {
width: 32rpx;

@ -1,5 +1,6 @@
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"usingComponents": {}
}

@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/update/update"],{282:function(n,e,t){"use strict";(function(n,e){var o=t(4);t(26);o(t(25));var r=o(t(283));n.__webpack_require_UNI_MP_PLUGIN__=t,e(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},283:function(n,e,t){"use strict";t.r(e);var o=t(284),r=t(286);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);t(288);var i,c=t(32),a=Object(c["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],i);a.options.__file="pages/user/update/update.vue",e["default"]=a.exports},284:function(n,e,t){"use strict";t.r(e);var o=t(285);t.d(e,"render",(function(){return o["render"]})),t.d(e,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(e,"components",(function(){return o["components"]}))},285:function(n,e,t){"use strict";var o;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return i})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return o}));try{o={uniIcons:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(t.bind(null,448))},uniRow:function(){return t.e("uni_modules/uni-row/components/uni-row/uni-row").then(t.bind(null,456))},uniCol:function(){return t.e("uni_modules/uni-row/components/uni-col/uni-col").then(t.bind(null,463))},uniFilePicker:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker")]).then(t.bind(null,529))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement;n._self._c},u=!1,i=[];r._withStripped=!0},286:function(n,e,t){"use strict";t.r(e);var o=t(287),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);e["default"]=r.a},287:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={data:function(){return{title:"更新信息",imageValue:[],imageStyles:{width:64,height:64,border:{color:"#999999",width:1,style:"dashed",radius:"2px"}}}},methods:{success:function(n){console.log("上传成功")},fail:function(n){console.log("上传失败:",n)},detail:function(){n.navigateTo({url:"/pages/user/notice/detail/detail"})},handleBack:function(){n.navigateBack({delta:2})},toPage:function(){console.log(1111232),n.navigateTo({url:"/pages/user/index"})}}};e.default=t}).call(this,t(2)["default"])},288:function(n,e,t){"use strict";t.r(e);var o=t(289),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);e["default"]=r.a},289:function(n,e,t){}},[[282,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/update/update"],{282:function(n,e,t){"use strict";(function(n,e){var o=t(4);t(26);o(t(25));var r=o(t(283));n.__webpack_require_UNI_MP_PLUGIN__=t,e(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},283:function(n,e,t){"use strict";t.r(e);var o=t(284),r=t(286);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);t(288);var i,c=t(32),a=Object(c["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],i);a.options.__file="pages/user/update/update.vue",e["default"]=a.exports},284:function(n,e,t){"use strict";t.r(e);var o=t(285);t.d(e,"render",(function(){return o["render"]})),t.d(e,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(e,"components",(function(){return o["components"]}))},285:function(n,e,t){"use strict";var o;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return i})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return o}));try{o={uniIcons:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(t.bind(null,448))},uniRow:function(){return t.e("uni_modules/uni-row/components/uni-row/uni-row").then(t.bind(null,456))},uniCol:function(){return t.e("uni_modules/uni-row/components/uni-col/uni-col").then(t.bind(null,463))},uniFilePicker:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker")]).then(t.bind(null,529))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement;n._self._c},u=!1,i=[];r._withStripped=!0},286:function(n,e,t){"use strict";t.r(e);var o=t(287),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);e["default"]=r.a},287:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={data:function(){return{FormData:{name:""},title:"更新信息",imageValue:[],imageStyles:{width:64,height:64,border:{color:"#999999",width:1,style:"dashed",radius:"100px"}}}},methods:{select:function(n){console.log(123,n);var e=n.tempFilePaths;e[0]},subbtn:function(){console.log(74,this.FormData)},success:function(n){console.log(11111),console.log("上传成功")},fail:function(n){console.log("上传失败:",n)},detail:function(){n.navigateTo({url:"/pages/user/notice/detail/detail"})},handleBack:function(){n.navigateBack({delta:2})},toPage:function(){console.log(1111232),n.navigateTo({url:"/pages/user/index"})}}};e.default=t}).call(this,t(2)["default"])},288:function(n,e,t){"use strict";t.r(e);var o=t(289),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);e["default"]=r.a},289:function(n,e,t){}},[[282,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/user/update/update.js.map

@ -1 +1 @@
<view><image style="width:100%;height:247rpx;" src="/static/bg (2).png"></image><view class="custom-navigation-bar"><view data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" class="left-button" bindtap="__e"><uni-icons vue-id="5f9f9d7c-1" type="left" color="#fff" size="30" bind:__l="__l"></uni-icons></view><view class="title">{{''+title+''}}</view></view><view class="form"><uni-row vue-id="5f9f9d7c-2" bind:__l="__l" vue-slots="{{['default']}}"><uni-col vue-id="{{('5f9f9d7c-3')+','+('5f9f9d7c-2')}}" span="{{12}}" bind:__l="__l" vue-slots="{{['default']}}">头像:</uni-col><uni-col vue-id="{{('5f9f9d7c-4')+','+('5f9f9d7c-2')}}" span="{{6}}" offset="{{6}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-file-picker vue-id="{{('5f9f9d7c-5')+','+('5f9f9d7c-4')}}" fileMediatype="image" mode="grid" image-styles="{{imageStyles}}" value="{{imageValue}}" data-event-opts="{{[['^success',[['success']]],['^fail',[['fail']]],['^input',[['__set_model',['','imageValue','$event',[]]]]]]}}" bind:success="__e" bind:fail="__e" bind:input="__e" bind:__l="__l"></uni-file-picker></uni-col></uni-row><view style="border-bottom:1px solid #999999;"></view><uni-row vue-id="5f9f9d7c-6" bind:__l="__l" vue-slots="{{['default']}}"><uni-col vue-id="{{('5f9f9d7c-7')+','+('5f9f9d7c-6')}}" span="{{8}}" bind:__l="__l" vue-slots="{{['default']}}">昵称:</uni-col><uni-col vue-id="{{('5f9f9d7c-8')+','+('5f9f9d7c-6')}}" span="{{6}}" bind:__l="__l" vue-slots="{{['default']}}"><input class="uni-input" style="margin-top:20px;" placeholder="请输入昵称"/></uni-col></uni-row></view><view class="subbtn">确认</view></view>
<view><image style="width:100%;height:247rpx;" src="/static/bg (2).png"></image><view class="custom-navigation-bar"><view data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" class="left-button" bindtap="__e"><uni-icons vue-id="5f9f9d7c-1" type="left" color="#fff" size="30" bind:__l="__l"></uni-icons></view><view class="title">{{''+title+''}}</view></view><view class="form"><uni-row vue-id="5f9f9d7c-2" bind:__l="__l" vue-slots="{{['default']}}"><uni-col vue-id="{{('5f9f9d7c-3')+','+('5f9f9d7c-2')}}" span="{{12}}" bind:__l="__l" vue-slots="{{['default']}}">头像:</uni-col><uni-col vue-id="{{('5f9f9d7c-4')+','+('5f9f9d7c-2')}}" span="{{5}}" offset="{{7}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-file-picker vue-id="{{('5f9f9d7c-5')+','+('5f9f9d7c-4')}}" fileMediatype="image" limit="{{1}}" mode="grid" image-styles="{{imageStyles}}" value="{{imageValue}}" data-event-opts="{{[['^select',[['select']]],['^success',[['success']]],['^fail',[['fail']]],['^input',[['__set_model',['','imageValue','$event',[]]]]]]}}" bind:select="__e" bind:success="__e" bind:fail="__e" bind:input="__e" bind:__l="__l"></uni-file-picker></uni-col></uni-row><view style="border-bottom:1px solid #999999;"></view><uni-row vue-id="5f9f9d7c-6" bind:__l="__l" vue-slots="{{['default']}}"><uni-col vue-id="{{('5f9f9d7c-7')+','+('5f9f9d7c-6')}}" span="{{8}}" bind:__l="__l" vue-slots="{{['default']}}">昵称:</uni-col><uni-col vue-id="{{('5f9f9d7c-8')+','+('5f9f9d7c-6')}}" span="{{8}}" offset="{{8}}" bind:__l="__l" vue-slots="{{['default']}}"><input class="uni-input" style="margin-top:20px;text-align:center;" placeholder="请输入昵称" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['FormData']]]]]}}" value="{{FormData.name}}" bindinput="__e"/></uni-col></uni-row></view><view data-event-opts="{{[['tap',[['subbtn',['$event']]]]]}}" class="subbtn" bindtap="__e">确认</view></view>

@ -1 +1 @@
<view class="uni-stat__select"><block wx:if="{{label}}"><label class="uni-label-text hide-on-phone _span">{{label+':'}}</label></block><view class="{{['uni-stat-box',(current)?'uni-stat__actived':'']}}"><view class="{{['uni-select',(disabled)?'uni-select--disabled':'']}}"><view data-event-opts="{{[['tap',[['toggleSelector',['$event']]]]]}}" class="uni-select__input-box" bindtap="__e"><block wx:if="{{current}}"><view class="uni-select__input-text">{{textShow}}</view></block><block wx:else><view class="uni-select__input-text uni-select__input-placeholder">{{typePlaceholder}}</view></block><block wx:if="{{current&&clear&&!disabled}}"><view><block wx:if="{{!isclear}}"><uni-icons vue-id="011c9238-1" type="clear" color="#c0c4cc" size="24" bind:__l="__l"></uni-icons></block><block wx:if="{{isclear}}"><uni-icons vue-id="011c9238-2" type="bottom" color="#c0c4cc" size="14" bind:__l="__l"></uni-icons></block></view></block><block wx:else><view><uni-icons vue-id="011c9238-3" type="{{showSelector?'top':'bottom'}}" size="14" color="#999" bind:__l="__l"></uni-icons></view></block></view><block wx:if="{{showSelector}}"><view data-event-opts="{{[['tap',[['toggleSelector',['$event']]]]]}}" class="uni-select--mask" bindtap="__e"></view></block><block wx:if="{{showSelector}}"><view class="uni-select__selector" style="{{(getOffsetByPlacement)}}"><view class="{{[placement=='bottom'?'uni-popper__arrow_bottom':'uni-popper__arrow_top']}}"></view><scroll-view class="uni-select__selector-scroll" scroll-y="true"><block wx:if="{{$root.g0===0}}"><view class="uni-select__selector-empty"><text>{{emptyTips}}</text></view></block><block wx:else><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['change',['$0'],[[['mixinDatacomResData','',index]]]]]]]}}" class="uni-select__selector-item" bindtap="__e"><text class="{{[(item.$orig.disable)?'uni-select__selector__disabled':'']}}">{{item.m0}}</text></view></block></block></scroll-view></view></block></view></view></view>
<view class="uni-stat__select"><block wx:if="{{label}}"><label class="uni-label-text hide-on-phone _span">{{label+':'}}</label></block><view class="{{['uni-stat-box',(current)?'uni-stat__actived':'']}}"><view class="{{['uni-select',(disabled)?'uni-select--disabled':'']}}"><view data-event-opts="{{[['tap',[['toggleSelector',['$event']]]]]}}" class="uni-select__input-box" bindtap="__e"><block wx:if="{{current}}"><view class="uni-select__input-text">{{textShow}}</view></block><block wx:else><view class="uni-select__input-text uni-select__input-placeholder">{{typePlaceholder}}</view></block><block wx:if="{{current&&clear&&!disabled}}"><view><block wx:if="{{!isclear}}"><uni-icons vue-id="011c9238-1" type="clear" color="#c0c4cc" size="24" data-event-opts="{{[['^click',[['clearVal']]]]}}" bind:click="__e" bind:__l="__l"></uni-icons></block><block wx:if="{{isclear}}"><uni-icons vue-id="011c9238-2" type="bottom" color="#c0c4cc" size="14" bind:__l="__l"></uni-icons></block></view></block><block wx:else><view><uni-icons vue-id="011c9238-3" type="{{showSelector?'top':'bottom'}}" size="14" color="#999" bind:__l="__l"></uni-icons></view></block></view><block wx:if="{{showSelector}}"><view data-event-opts="{{[['tap',[['toggleSelector',['$event']]]]]}}" class="uni-select--mask" bindtap="__e"></view></block><block wx:if="{{showSelector}}"><view class="uni-select__selector" style="{{(getOffsetByPlacement)}}"><view class="{{[placement=='bottom'?'uni-popper__arrow_bottom':'uni-popper__arrow_top']}}"></view><scroll-view class="uni-select__selector-scroll" scroll-y="true"><block wx:if="{{$root.g0===0}}"><view class="uni-select__selector-empty"><text>{{emptyTips}}</text></view></block><block wx:else><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['change',['$0'],[[['mixinDatacomResData','',index]]]]]]]}}" class="uni-select__selector-item" bindtap="__e"><text class="{{[(item.$orig.disable)?'uni-select__selector__disabled':'']}}">{{item.m0}}</text></view></block></block></scroll-view></view></block></view></view></view>
Loading…
Cancel
Save