diff --git a/pages/businessCard/buyCard.vue b/pages/businessCard/buyCard.vue
index 4987ea1..9f733b7 100644
--- a/pages/businessCard/buyCard.vue
+++ b/pages/businessCard/buyCard.vue
@@ -55,6 +55,45 @@
@close="dialogClose">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -75,39 +114,30 @@ export default {
indexWay: 0,
benginDate: currentDate,
overDate: currentDate,
- rows:[],
- pageNum:1,//当前页
- pageSize:1,//每页条数
- reload:false,
- status:'more',
- contentText:{
- contentdown:'上拉加载更多~',
- contentrefresh:'正在加载更多~',
- contentmore:'我是有底线的~'
- },
+
iconType:'auto', // 图标样式
+ datetimesingle: '',
+ // 基础表单数据
+ baseFormData: {
+ name: '',
+ datetimesingle: 1627529992399
+ },
+ // 校验规则
+ rules: {
+ name: {
+ rules: [{
+ required: true,
+ errorMessage: '车牌号码不能为空'
+ }]
+ }
+ },
}
},
onLoad(params) {
wx.showShareMenu({
withShareTicket: true
})
- // this.mycarNumber = params.carNumber;
- // this.myorderId = params.orderId;
- // this.myparkCode = params.parkCode;
- // this.myorderState = params.orderState;
- // this.totalFee = params.totalFee
- // this.unPayFee = params.unPayFee
- // if (params.orderState == 5) {
- // //停车补缴单 103
- // this.mypaySrcType = '103'
- // } else {
- // this.mypaySrcType = '101'
- // }
- // // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);
- // this.getWxCode();
- // this.PDlogin();
- //console.log("xxxmake = "+this.makedateFormat());
+
},
onShow() {
var me = this;
@@ -133,6 +163,9 @@ export default {
}
},
methods: {
+ changeLog(e) {
+ console.log('change事件:', e);
+ },
dialogClose() {
console.log('点击关闭')
},
@@ -193,6 +226,11 @@ export default {