作者 杨世雄

更新

... ... @@ -115,7 +115,6 @@
"pages/carDetails/carDetails",
"pages/webview/webview",
"pages/deliveryservice/deliveryservice",
"components/countdown/countdown",
"components/Draw/index_alert/index_alert",
"components/Draw/getPrize/getPrize",
... ... @@ -123,7 +122,8 @@
"components/Draw/index_require_alert/index_require_alert",
"components/Draw/index_title/index_title",
"pages/myPrize/myPrize",
"pages/chooseList/chooseList"
"pages/chooseList/chooseList",
"pages/ViolationRes/ViolationRes"
],
"window": {
"backgroundTextStyle": "dark",
... ... @@ -169,7 +169,6 @@
}
]
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
... ...
... ... @@ -9,7 +9,7 @@ Page({
imagesUrl: a.globalData.imagesUrl,
four: 4,
msg: '',
it_cloose: true,
it_cloose: false,
},
onLoad: function (options) {
let that = this
... ... @@ -84,4 +84,10 @@ Page({
duration: 1300, //停留时间
})
},
// 前往查询结果
goRes(){
wx.navigateTo({
url: '/pages/ViolationRes/ViolationRes',
})
}
})
\ No newline at end of file
... ...
... ... @@ -2,4 +2,5 @@
"usingComponents": {},
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
\ No newline at end of file
... ...
... ... @@ -6,7 +6,9 @@ page {
.container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
.header {
width: 100%;
... ... @@ -42,6 +44,103 @@ page {
.health {
width: 100%;
.vioInfo {
.vioInfoBack {
height: 338rpx;
background: linear-gradient(180deg, #f53526 17%, #fd7f2e 100%);
border-radius: 0 0 38rpx 38rpx;
display: flex;
justify-content: space-around;
align-items: center;
.vfL {
color: white;
display: flex;
flex-direction: column;
.vfLt {
font-size: 45rpx;
}
.vfLb {
font-size: 30rpx;
margin-top: 20rpx;
}
}
.vfR {
width: 176px;
height: 122px;
background: fuchsia;
}
}
.vioInner {
width: 90%;
height: 584rpx;
background: #ffffff;
border-radius: 12rpx;
box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(228, 185, 176, 0.09);
position: relative;
top: -30rpx;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
.vioCurrency {
width: 85%;
height: 88rpx;
line-height: 88rpx;
background: #f9f9f9;
border: 2rpx solid #eeeeee;
border-radius: 8rpx;
font-size: 32rpx;
font-weight: 400;
text-align: center;
color: #bdc4ce;
position: relative;
.downBtn1 {
width: 48rpx;
height: 48rpx;
transform: rotate(90deg);
position: absolute;
right: 16rpx;
top: 16rpx;
}
.plateL {
width: 100rpx;
height: 50rpx;
display: flex;
justify-content: space-around;
border-right: 2rpx solid #bdc4ce;
line-height: 50rpx;
position: absolute;
left: 29rpx;
color: black;
.downBtn2 {
width: 35rpx;
height: 35rpx;
transform: rotate(90deg);
margin-top: 10rpx;
}
}
}
.vioPcs {
font-size: 32rpx;
font-weight: 400;
text-align: center;
color: #bdc4ce;
text-align: center;
}
}
}
.dmc {
.emmpty4S {
width: 100%;
... ... @@ -105,4 +204,19 @@ page {
}
}
.sureBtn {
width: 90%;
height: 88rpx;
position: absolute;
bottom: 100rpx;
background: #e8370f;
border-radius: 12rpx;
font-size: 30rpx;
line-height: 88rpx;
text-align: center;
margin: 0 auto;
color: #FFFFFF
}
}
\ No newline at end of file
... ...
... ... @@ -7,6 +7,30 @@
</view>
</view>
<view class="health">
<view class="vioInfo">
<view class="vioInfoBack">
<view class="vfL">
<view class="vfLt">违章查询</view>
<view class="vfLb">输入详细信息进行查询</view>
</view>
<image class="vfR" src="../../static/img/weizhang_img@2x.png"></image>
</view>
<view class="vioInner">
<view class="vioCurrency">
小型轿车
<image src="{{imagesUrl}}assets/static/img/right_arrow.png" class="downBtn1" />
</view>
<view class="vioCurrency" style="display: flex;align-items:center;justify-content: center;">
<view class="plateL">
<image src="{{imagesUrl}}assets/static/img/right_arrow.png" class="downBtn2"/>
</view>
<input type="text" class="plateR" placeholder="请输入车牌号" placeholder-class="vioPcs"></input>
</view>
<input class="vioCurrency" placeholder="请输入车架号" placeholder-class="vioPcs"></input>
<input class="vioCurrency" placeholder="请输入发动机号" placeholder-class="vioPcs"></input>
</view>
</view>
<view class="dmc">
<view class="emmpty4S" bindtap="goGuang" wx:if="{{it_cloose == true}}">
<view class="c_img">
... ... @@ -19,4 +43,7 @@
</view>
</view>
</view>
<view class="sureBtn" bindtap="goRes">
查询
</view>
</view>
\ No newline at end of file
... ...
... ... @@ -5,6 +5,9 @@ page {
}
.container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.container .header {
width: 100%;
... ... @@ -34,6 +37,88 @@ page {
.container .health {
width: 100%;
}
.container .health .vioInfo .vioInfoBack {
height: 338rpx;
background: linear-gradient(180deg, #f53526 17%, #fd7f2e 100%);
border-radius: 0 0 38rpx 38rpx;
display: flex;
justify-content: space-around;
align-items: center;
}
.container .health .vioInfo .vioInfoBack .vfL {
color: white;
display: flex;
flex-direction: column;
}
.container .health .vioInfo .vioInfoBack .vfL .vfLt {
font-size: 45rpx;
}
.container .health .vioInfo .vioInfoBack .vfL .vfLb {
font-size: 27rpx;
margin-top: 20rpx;
}
.container .health .vioInfo .vioInfoBack .vfR {
width: 176px;
height: 122px;
}
.container .health .vioInfo .vioInner {
width: 90%;
height: 584rpx;
background: #ffffff;
border-radius: 12rpx;
box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(228, 185, 176, 0.09);
position: relative;
top: -30rpx;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.container .health .vioInfo .vioInner .vioCurrency {
width: 85%;
height: 88rpx;
line-height: 88rpx;
background: #f9f9f9;
border: 2rpx solid #eeeeee;
border-radius: 8rpx;
font-size: 32rpx;
font-weight: 400;
text-align: center;
color: #bdc4ce;
position: relative;
}
.container .health .vioInfo .vioInner .vioCurrency .downBtn1 {
width: 48rpx;
height: 48rpx;
transform: rotate(90deg);
position: absolute;
right: 16rpx;
top: 16rpx;
}
.container .health .vioInfo .vioInner .vioCurrency .plateL {
width: 100rpx;
height: 50rpx;
display: flex;
justify-content: space-around;
border-right: 2rpx solid #bdc4ce;
line-height: 50rpx;
position: absolute;
left: 29rpx;
color: black;
}
.container .health .vioInfo .vioInner .vioCurrency .plateL .downBtn2 {
width: 35rpx;
height: 35rpx;
transform: rotate(90deg);
margin-top: 10rpx;
}
.container .health .vioInfo .vioInner .vioPcs {
font-size: 32rpx;
font-weight: 400;
color: #bdc4ce;
text-align: center;
}
.container .health .dmc .emmpty4S {
width: 100%;
height: 100%;
... ... @@ -78,3 +163,16 @@ page {
border-radius: 12px;
box-shadow: 0px 8px 24px 6px rgba(6, 27, 149, 0.15);
}
.container .sureBtn {
width: 90%;
height: 88rpx;
position: absolute;
bottom: 100rpx;
background: #e8370f;
border-radius: 12rpx;
font-size: 30rpx;
line-height: 88rpx;
text-align: center;
margin: 0 auto;
color: #FFFFFF;
}
... ...
// pages/ViolationRes/ViolationRes.js
import {
request
} from "../../request/index.js"
const a = getApp()
Page({
/**
* 页面的初始数据
*/
data: {
windowH: '',
imagesUrl: a.globalData.imagesUrl,
searchT: false,
animationData: {}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
wx.getSystemInfo({
success: (result) => {
this.setData({
windowH: result.windowHeight
})
console.log(this.data.windowH, result.windowHeight, '屏幕高度')
},
})
},
openSearch() {
let that = this
this.setData({
searchT: true
})
let animation = wx.createAnimation({
duration: 600,
timingFunction: 'ease'
})
this.animation = animation
setTimeout(function () {
that.fadeIn()
}, 200)
},
// 关闭时间筛选
closeSearch() {
let that = this
let animation = wx.createAnimation({
duration: 800,
timingFunction: 'ease'
})
this.animation = animation
this.fadeDown()
setTimeout(function () {
that.setData({
searchT: false
})
}, 200)
},
// 动画集
fadeIn() {
this.animation.translateY(0).step()
this.setData({
animationData: this.animation.export()
})
},
fadeDown() {
this.animation.translateY(-330).step()
this.setData({
animationData: this.animation.export()
})
}
})
\ No newline at end of file
... ...
{
"usingComponents": {
"van-popup": "@vant/weapp/popup/index"
},
"navigationBarTitleText": "查询结果"
}
\ No newline at end of file
... ...
.box {
background: #f7f8fa;
position: relative;
.searchTime {
width: 100%;
height: 330rpx;
background: #ffffff;
border-radius: 0rpx 0rpx 20rpx 20rpx;
position: absolute;
z-index: 2;
padding: 32rpx 48rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
.stH {
font-size: 28rpx;
font-weight: 600;
color: #06121e;
}
.stInner {
width: 100%;
height: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
.t {
width: 260rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background: #f9f9f9;
border: 2rpx solid #eeeeee;
border-radius: 8rpx;
font-size: 28rpx;
font-weight: 400;
color: #bdc4ce;
}
}
.stB {
width: 350rpx;
height: 55rpx;
display: flex;
justify-content: space-between;
margin-left: 300rpx;
.stb_re {
width: 150rpx;
height: 55rpx;
line-height: 55rpx;
text-align: center;
border: 2rpx solid #bdc4ce;
border-radius: 8rpx;
font-size: 28rpx;
}
.stb_sure {
width: 150rpx;
height: 55rpx;
line-height: 55rpx;
background: #e8370f;
border-radius: 8rpx;
color: white;
font-size: 28rpx;
text-align: center;
}
}
}
.searchH {
width: 100%;
height: 100rpx;
line-height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 32rpx;
.shL {
display: flex;
align-items: center;
font-size: 24rpx;
font-weight: 600;
text-align: center;
color: #06121e;
image {
width: 35rpx;
height: 35rpx;
transform: rotate(90deg);
}
}
.shR {
width: 48rpx;
height: 48rpx;
}
}
.resInner {
padding: 0 32rpx;
.innerText {
width: 100%;
height: 332rpx;
background: #ffffff;
border-radius: 20rpx;
padding: 32rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
font-weight: 600;
color: #06121e;
margin-top: 50rpx;
.time {
display: flex;
justify-content: space-between;
width: 100%;
}
.blank {
width: 100%;
height: 2rpx;
background: #F7F8FA;
}
.fine {
width: 152rpx;
height: 52rpx;
line-height: 52rpx;
background: #e8370f;
border-radius: 8rpx;
text-align: center;
margin-left: 400rpx;
}
}
}
.backPack {
width: 100%;
z-index: 1;
background-color: rgba(90, 90, 90, 0.5) !important;
position: absolute;
}
}
\ No newline at end of file
... ...
<view class="box" style='height:{{windowH}}px'>
<view class="searchH">
<view class="shL" bindtap="openSearch">
<text>全部违章</text>
<image src="{{imagesUrl}}assets/static/img/right_arrow.png"></image>
</view>
<image class="shR" src="../../static/img/shaixuan_Icon@2x.png"></image>
</view>
<!-- 搜索弹窗 -->
<view class="searchTime" wx:if="{{searchT}}" animation="{{animationData}}">
<view class="stH">查询时间</view>
<view class="stInner">
<view class="sti_L t">开始日期</view>
<view class="sti_C">——</view>
<view class="sti_R t">结束日期</view>
</view>
<view class="stB">
<view class="stb_re">重置</view>
<view class="stb_sure">确定</view>
</view>
</view>
<view class="backPack" style='height:{{windowH}}px' wx:if="{{searchT}}" bindtap="closeSearch">
</view>
<view class="resInner">
<view class="innerText">
<view class="time">
<view class="timeL">违法时间:11-11-11</view>
<view class="timeR" style="color: #e8370f;">处理中</view>
</view>
<view class="place">违法地点:斯大林付款就撒打发拉开距离撒旦看风</view>
<view class="behavior">违法行为:斯大林尽快付款了就解开了士大夫立刻</view>
<view class="blank"></view>
<view class="fine" style="color:white">代缴罚款</view>
</view>
<view class="innerText">
<view class="time">
<view class="timeL">违法时间:11-11-11</view>
<view class="timeR" style="color: #e8370f;">处理中</view>
</view>
<view class="place">违法地点:斯大林付款就撒打发拉开距离撒旦看风</view>
<view class="behavior">违法行为:斯大林尽快付款了就解开了士大夫立刻</view>
<view class="blank"></view>
<view class="fine" style="color:white">代缴罚款</view>
</view>
</view>
</view>
\ No newline at end of file
... ...
.box {
background: #f7f8fa;
position: relative;
}
.box .searchTime {
width: 100%;
height: 330rpx;
background: #ffffff;
border-radius: 0rpx 0rpx 20rpx 20rpx;
position: absolute;
z-index: 2;
padding: 32rpx 48rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
-webkit-transform:translateY(100%);transform:translateY(100%);
}
.box .searchTime .stH {
font-size: 28rpx;
font-weight: 600;
color: #06121e;
}
.box .searchTime .stInner {
width: 100%;
height: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.box .searchTime .stInner .t {
width: 260rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
background: #f9f9f9;
border: 2rpx solid #eeeeee;
border-radius: 8rpx;
font-size: 28rpx;
font-weight: 400;
color: #bdc4ce;
}
.box .searchTime .stB {
width: 350rpx;
height: 55rpx;
display: flex;
justify-content: space-between;
margin-left: 300rpx;
}
.box .searchTime .stB .stb_re {
width: 150rpx;
height: 55rpx;
line-height: 55rpx;
text-align: center;
border: 2rpx solid #bdc4ce;
border-radius: 8rpx;
font-size: 28rpx;
}
.box .searchTime .stB .stb_sure {
width: 150rpx;
height: 55rpx;
line-height: 55rpx;
background: #e8370f;
border-radius: 8rpx;
color: white;
font-size: 28rpx;
text-align: center;
}
.box .searchH {
width: 100%;
height: 100rpx;
line-height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 32rpx;
}
.box .searchH .shL {
display: flex;
align-items: center;
font-size: 24rpx;
font-weight: 600;
text-align: center;
color: #06121e;
}
.box .searchH .shL image {
width: 35rpx;
height: 35rpx;
transform: rotate(90deg);
}
.box .searchH .shR {
width: 48rpx;
height: 48rpx;
}
.box .resInner {
padding: 0 32rpx;
}
.box .resInner .innerText {
width: 100%;
height: 332rpx;
background: #ffffff;
border-radius: 20rpx;
padding: 32rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
font-weight: 600;
color: #06121e;
margin-top: 50rpx;
}
.box .resInner .innerText .time {
display: flex;
justify-content: space-between;
width: 100%;
}
.box .resInner .innerText .blank {
width: 100%;
height: 2rpx;
background: #F7F8FA;
}
.box .resInner .innerText .fine {
width: 152rpx;
height: 52rpx;
line-height: 52rpx;
background: #e8370f;
border-radius: 8rpx;
text-align: center;
margin-left: 400rpx;
}
.box .backPack {
width: 100%;
z-index: 1;
background-color: rgba(90, 90, 90, 0.5) !important;
position: absolute;
}
... ...
... ... @@ -40,7 +40,6 @@ Page({
// 从4s选择页拿回的数据
s4_id: '',
s4_name: '',
s4_name: '',
// 测试
code: 0,
// 店员列表
... ... @@ -104,7 +103,6 @@ Page({
s4_name: wx.getStorageSync('s4_name')
})
// console.log(that.data.s4_id, that.data.s4_name)
},
async getConfirmAnOrder() {
... ... @@ -407,22 +405,8 @@ Page({
})
// console.log(data);
if (data.code == 1) {
that.setData({
msg: data.msg
})
that.popSuccessTest()
setTimeout(() => {
wx.navigateBack()
}, 800);
} else {
that.setData({
msg: data.msg
})
that.popTest()
}
that.getmoreList()
} catch (err) {
// console.log(err);
that.setData({
... ...
... ... @@ -23,19 +23,32 @@ Page({
send: 0,
it_tue: false,
newindex: '',
top_true: true
top_true: true,
scrollH: '', //滚动高度
windowH:'',//屏幕高度
},
onShow: function () {
},
onLoad: function (options) {
// console.log(options);
this.setData({
id: options.id || '',
})
this.getLeftCates()
wx.getSystemInfo({
success: (result) => {
console.log(result,'屏幕样式')
this.setData({
windowH:result.windowHeight
})
},
})
},
onPageScroll: function (e) { // 获取滚动条当前位置
console.log(e, '滚动条高度')
},
getLeftCates() { // 左分类数据
let that = this;
... ... @@ -49,13 +62,12 @@ Page({
that.setData({
leftCates: res.data.data,
})
// console.log(res.data.data);
that.data.leftCates.forEach((value, indexone) => {
if (value.id == that.data.id) {
that.setData({
cateList2: value.cate2,
currentIndex: indexone,
newindex: indexone + 1
newindex: indexone + 1,
})
}
})
... ... @@ -64,7 +76,7 @@ Page({
that.setData({
cateList2: res.data.data[0].cate2,
id: res.data.data[0].id,
newindex: 1
newindex: 1,
})
// console.log(that.data.id, "id22222");
}
... ... @@ -117,62 +129,71 @@ Page({
url: '/pages/cate3List/cate3List?id=' + id
})
},
watchScr(e) {
// console.log(e.detail,'监听滚动')
this.setData({
scrollH: e.detail.scrollHeight,
})
},
lower(e) {
// console.log(e);
let that = this
let leftCates = that.data.leftCates
let indexnum = Number(that.data.leftCates.length)
let id = that.data.id
let send = ''
// console.log(id);
leftCates.forEach((item, index) => {
if (item.id == id) {
// console.log(index);
send = index + 1
// console.log(e,'向下');
if (that.data.scrollH > that.data.windowH + 100 ) {
let leftCates = that.data.leftCates
let indexnum = Number(that.data.leftCates.length)
let id = that.data.id
let send = ''
// console.log(id,'id');
// console.log(indexnum,'左侧length')
leftCates.forEach((item, index) => {
if (item.id == id) {
// console.log(index);
send = index + 1
}
})
// console.log(send);
if (send != indexnum) {
let idt = leftCates[send].id
that.setData({
id: idt,
it_tue: false,
})
that.getLeftCates()
} else {
that.setData({
id,
it_tue: true,
})
}
})
// console.log(send);
if (send != indexnum) {
}
},
upper(e) {
let that = this
// console.log(e, '向上',);
console.log(that.data.scrollH,that.data.windowH+100,'比较')
if (that.data.scrollH > that.data.windowH + 100 ) {
let leftCates = that.data.leftCates
let id = that.data.id
let send = ''
// console.log(id,'id');
leftCates.forEach((item, index) => {
if (item.id == id) {
if (index != 0) {
send = index - 1
} else {
send = index
}
}
})
// console.log(send);
let idt = leftCates[send].id
// console.log(idt);
that.setData({
id: idt,
it_tue: false
})
that.getLeftCates()
} else {
that.setData({
id,
it_tue: true
})
}
},
upper(e) {
// console.log(e);
let that = this
let leftCates = that.data.leftCates
let id = that.data.id
let send = ''
// console.log(id);
leftCates.forEach((item, index) => {
if (item.id == id) {
if (index != 0) {
send = index - 1
} else {
send = index
}
}
})
// console.log(send);
let idt = leftCates[send].id
// console.log(idt);
that.setData({
id: idt,
})
that.getLeftCates()
},
})
\ No newline at end of file
... ...
... ... @@ -5,7 +5,7 @@
<view class="fu_item {{index === currentIndex? 'active' :''}}">{{item.name}}</view>
</view>
</scroll-view>
<scroll-view class="right_menu" scroll-y="true" scroll-top="{{scroll_top}}" bindscrolltoupper="upper" bindscrolltolower="lower">
<scroll-view class="right_menu" scroll-y="true" scroll-top="{{scroll_top}}" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="watchScr" >
<!-- <view> -->
<view class="goods_group" wx:for="{{cateList2}}" wx:for-item="item2" wx:key="index2" wx:for-index="index2">
<view class="goods_title">
... ...
... ... @@ -35,7 +35,8 @@ Page({
timename: '',
// 保存的绑定4s店面数据存储
s4_id: '',
s4_name: ''
s4_name: '',
statusTop: a.globalData.statusHeight,
},
onShow: function () {
console.log('页面再展示')
... ... @@ -116,6 +117,15 @@ Page({
}
},
goback() {
if (wx.getStorageSync('is_share') == 1) {
wx.reLaunch({
url: '/pages/home/home'
})
} else {
wx.navigateBack()
}
},
// 分享朋友圈
onShareAppMessage: function (res) {
wx.showShareMenu({
... ...
<view class="container">
<view class="header">
<view class="s" style='height:{{statusTop}}px'></view>
<view class="left_img">
<image src="{{imagesUrl}}assets/static/img/img_z.png" bindtap="goback" />
<view class="title_oage">活动详情</view>
</view>
</view>
<view class="details">
<image src="{{klist.img}}" mode="widthFix" />
</view>
... ...
.container {
/* 弹窗 */
}
.container .header {
width: 100%;
background: #E8370F;
}
.container .header .left_img {
width: 100%;
display: flex;
align-items: center;
padding: 0 32rpx;
box-sizing: border-box;
height: 88rpx;
}
.container .header .left_img image {
width: 32rpx;
height: 32rpx;
}
.container .header .left_img .title_oage {
flex: 1;
margin-right: 32rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
}
.container .details {
width: 100%;
}
... ...
... ... @@ -506,25 +506,12 @@ Page({
that.setData({
msg: data.msg
})
that.popSuccessTest()
setTimeout(() => {
wx.navigateBack()
}, 800);
} else {
that.setData({
msg: data.msg
})
that.popTest()
}
that.getmoreList()
}
} catch (err) {
// console.log(err);
that.setData({
msg: err.msg
})
that.popTest()
}
}
})
\ No newline at end of file
... ...
... ... @@ -52,7 +52,7 @@ Page({
request({
url: 'api/h5/myJiang',
data: {
id: this.data.drawid,
id: wx.getStorageSync('drawId'),
way: this.data.active
}
}).then((res) => {
... ... @@ -73,7 +73,7 @@ Page({
request({
url: 'api/h5/haveInfo',
data: {
id: this.data.drawid
id: wx.getStorageSync('drawId')
}
}).then((res) => {
console.log(res)
... ... @@ -99,7 +99,7 @@ Page({
request({
url: 'api/h5/userInfo',
data: {
id: this.data.drawid
id: wx.getStorageSync('drawId')
}
}).then((res) => {
console.log(res.data.data)
... ...