Commit f5bb8f59 authored by xieyishang's avatar xieyishang

addxx

parent 8c1e478e
...@@ -2,13 +2,13 @@ import request from "./../utils/request.js"; ...@@ -2,13 +2,13 @@ import request from "./../utils/request.js";
/** /**
* 鹿马拼相关 * 时代拼相关
*/ */
/*** /***
* 鹿马拼 个人中心 * 时代拼 个人中心
*/ */
export function Spellhome(data) { export function Spellhome(data) {
return request.post("Spell/home", data,{ noAuth: false,noVerify:false,isLoading:false }); return request.post("Spell/home", data,{ noAuth: false,noVerify:false,isLoading:false });
...@@ -51,7 +51,7 @@ export function getSpellRewardList(data) { ...@@ -51,7 +51,7 @@ export function getSpellRewardList(data) {
return request.post("Spell/getSpellRewardList", data,{ noAuth: false,noVerify:false,isLoading:false }); return request.post("Spell/getSpellRewardList", data,{ noAuth: false,noVerify:false,isLoading:false });
} }
//获取鹿马值记录 //获取时代值记录
export function getSpellValueList(data) { export function getSpellValueList(data) {
return request.post("Spell/getSpellValueList", data,{ noAuth: false,noVerify:false,isLoading:false }); return request.post("Spell/getSpellValueList", data,{ noAuth: false,noVerify:false,isLoading:false });
} }
......
{ {
"component": true, "component": true,
"usingComponents": { "usingComponents": {
"van-popup":"/@vant/weapp/lib/popup/index" "van-popup":"/vant/weapp/lib/popup/index"
} }
} }
\ No newline at end of file
<!-- 打卡日历页面 --> <!-- 打卡日历页面 -->
<!-- cope 签到送鸡蛋 改成 鹿马拼的签到 --> <!-- cope 签到送鸡蛋 改成 时代拼的签到 -->
<view class='all'> <view class='all'>
<view class="bar"> <view class="bar">
<!-- 上一个月 --> <!-- 上一个月 -->
...@@ -78,6 +78,6 @@ ...@@ -78,6 +78,6 @@
<van-popup show="{{ showpuptwos }}" bind:close="onClosetwos"> <van-popup show="{{ showpuptwos }}" bind:close="onClosetwos">
<view bindtap="onClosetwos" class="siginsuccbody"> <view bindtap="onClosetwos" class="siginsuccbody">
<image class="imgs" src="{{clientImgPath}}/images/lmping/signinsucc.png" mode=""></image> <image class="imgs" src="{{clientImgPath}}/images/lmping/signinsucc.png" mode=""></image>
<view class="pricepups">+{{huodecup}}鹿马券</view> <view class="pricepups">+{{huodecup}}时代券</view>
</view> </view>
</van-popup> </van-popup>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
佣金已抵扣{{totals||applet||discounts}}元</view> 佣金已抵扣{{totals||applet||discounts}}元</view>
<view class="btitext "> <text> ¥ </text><text <view class="btitext "> <text> ¥ </text><text
class="sz_60">{{indent==0?need_pay:number!=-1?number:need_pay}}</text></view> class="sz_60">{{indent==0?need_pay:number!=-1?number:need_pay}}</text></view>
<!-- <view class="btitext_ff " wx:if="{{pay_way=='money' && disprice>0}}">鹿马优惠 -¥{{disprice}} </view> <!-- <view class="btitext_ff " wx:if="{{pay_way=='money' && disprice>0}}">时代优惠 -¥{{disprice}} </view>
<view class="btitext_ff " wx:if="{{pay_way=='money' && coupon_price>0}}">满减优惠 -¥{{coupon_price}}</view> --> <view class="btitext_ff " wx:if="{{pay_way=='money' && coupon_price>0}}">满减优惠 -¥{{coupon_price}}</view> -->
</view> </view>
<view> <view>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<view class="tubiaoimg"> <view class="tubiaoimg">
<image src="{{clientImgPath}}/images/payment/payment2.png"></image> <image src="{{clientImgPath}}/images/payment/payment2.png"></image>
</view> </view>
<view class="sz_30 ml-20 ">鹿马余额</view> <view class="sz_30 ml-20 ">时代余额</view>
</view> </view>
<radio value='money' checked="{{pay_way =='money'}}"></radio> <radio value='money' checked="{{pay_way =='money'}}"></radio>
</view> </view>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<view class="tubiaoimg"> <view class="tubiaoimg">
<image src="{{clientImgPath}}/images/payment/payment1.png"></image> <image src="{{clientImgPath}}/images/payment/payment1.png"></image>
</view> </view>
<view class="sz_30 ml-20 ">鹿马佣金</view> <view class="sz_30 ml-20 ">时代佣金</view>
</view> </view>
<radio value='commission' checked="{{pay_way =='commission'}}"></radio> <radio value='commission' checked="{{pay_way =='commission'}}"></radio>
</view> </view>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view style="height:80rpx;width:80rpx;right: 0;position: absolute;" bindtap='close'> <view style="height:80rpx;width:80rpx;right: 0;position: absolute;" bindtap='close'>
<image src="/images/close.png"></image> <image src="/images/close.png"></image>
</view> </view>
<view class='title'>欢迎使用鹿马108小程序</view> <view class='title'>欢迎使用时代拼小程序</view>
<image class="backgroundimage" src='/images/backgroud.png'> <image class="backgroundimage" src='/images/backgroud.png'>
</image> </image>
......
{ {
"usingComponents": {}, "usingComponents": {},
"navigationBarTitleText": "鹿马拼", "navigationBarTitleText": "时代拼",
"navigationStyle": "custom", "navigationStyle": "custom",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<view class="prosheadbox"> <view class="prosheadbox">
<view class="titboxsd"> <view class="titboxsd">
<image class="proshead" src="{{clientImgPath}}/images/lmping/groupbgs.png" mode=""></image> <image class="proshead" src="{{clientImgPath}}/images/lmping/groupbgs.png" mode=""></image>
<view class="pingttexts">鹿马拼{{lundata[index]}}轮</view> <view class="pingttexts">时代拼{{lundata[index]}}轮</view>
</view> </view>
</view> </view>
<view class="promains"> <view class="promains">
......
{ {
"usingComponents": { "usingComponents": {
"van-count-down": "/@vant/weapp/lib/count-down/index" "van-count-down": "/vant/weapp/lib/count-down/index"
}, },
"navigationBarTitleText": "产品场次区" "navigationBarTitleText": "产品场次区"
} }
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<view class="titboxsd"> <view class="titboxsd">
<image class="proshead" src="{{clientImgPath}}/images/lmping/groupbgs.png" mode=""></image> <image class="proshead" src="{{clientImgPath}}/images/lmping/groupbgs.png" mode=""></image>
<view class="pingttexts">{{item.end_time1}}场次</view> <view class="pingttexts">{{item.end_time1}}场次</view>
<!-- 鹿马拼产品{{pronum[index]}} --> <!-- 时代拼产品{{pronum[index]}} -->
</view> </view>
</view> </view>
<view class="promains"> <view class="promains">
......
{ {
"usingComponents": { "usingComponents": {
"empty":"/@vant/weapp/lib/empty/index" "empty":"/vant/weapp/lib/empty/index"
}, },
"navigationBarBackgroundColor": "#FD633B", "navigationBarBackgroundColor": "#FD633B",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarTitleText": "鹿马值明细", "navigationBarTitleText": "时代值明细",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
\ No newline at end of file
<!--pages/lmping/lmvallog/lmvallog.wxml--> <!--pages/lmping/lmvallog/lmvallog.wxml-->
<!-- 鹿马值记录 --> <!-- 时代值记录 -->
<view class="lmvallog"> <view class="lmvallog">
<view class="lmlogsss"> <view class="lmlogsss">
<view class="logvoalsdff"> <view class="logvoalsdff">
您目前已累计 <text class="valnum">{{countss}}</text> 鹿马 您目前已累计 <text class="valnum">{{countss}}</text> 时代
</view> </view>
<image class="logbgs" src="{{clientImgPath}}/images/lmping/fansbg.png" mode=""></image> <image class="logbgs" src="{{clientImgPath}}/images/lmping/fansbg.png" mode=""></image>
</view> </view>
......
{ {
"usingComponents": { "usingComponents": {
"empty":"/@vant/weapp/lib/empty/index" "empty":"/vant/weapp/lib/empty/index"
}, },
"navigationBarBackgroundColor": "#FD633B", "navigationBarBackgroundColor": "#FD633B",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
......
{ {
"usingComponents": { "usingComponents": {
"van-popup": "/@vant/weapp/lib/popup/index", "van-popup": "/vant/weapp/lib/popup/index",
"empty":"/@vant/weapp/lib/empty/index" "empty":"/vant/weapp/lib/empty/index"
}, },
"navigationBarTitleText": "我的拼团" "navigationBarTitleText": "我的拼团"
} }
\ No newline at end of file
{ {
"usingComponents": { "usingComponents": {
"empty":"/@vant/weapp/lib/empty/index" "empty":"/vant/weapp/lib/empty/index"
}, },
"navigationBarBackgroundColor": "#FD633B", "navigationBarBackgroundColor": "#FD633B",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
......
{ {
"usingComponents": { "usingComponents": {
"empty":"/@vant/weapp/lib/empty/index" "empty":"/vant/weapp/lib/empty/index"
}, },
"navigationBarBackgroundColor": "#FD633B", "navigationBarBackgroundColor": "#FD633B",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
......
...@@ -39,7 +39,7 @@ Page({ ...@@ -39,7 +39,7 @@ Page({
console.info(e); console.info(e);
this.setData({ this.setData({
continuity_day: e.detail.continuity_day,//连续签到天数 continuity_day: e.detail.continuity_day,//连续签到天数
couponNum: e.detail.couponNum,//鹿马券数量 couponNum: e.detail.couponNum,//时代券数量
signCount: e.detail.signCount,//共签到天数 signCount: e.detail.signCount,//共签到天数
}) })
}, },
......
{ {
"usingComponents": { "usingComponents": {
"van-popup":"/@vant/weapp/lib/popup/index", "van-popup":"/vant/weapp/lib/popup/index",
"Calendartwo":"/components/Calendartwo/Calendartwo" "Calendartwo":"/components/Calendartwo/Calendartwo"
}, },
"navigationBarTitleText": "签到" "navigationBarTitleText": "签到"
......
<!--pages/lmping/signin/signin.wxml--> <!--pages/lmping/signin/signin.wxml-->
<!-- 签到页面 鹿马拼 --> <!-- 签到页面 时代拼 -->
<view class="signin"> <view class="signin">
<view class="sighbgshead"> <view class="sighbgshead">
<image class="signinbg" src="{{clientImgPath}}/images/lmping/sigbgs.png" mode=""></image> <image class="signinbg" src="{{clientImgPath}}/images/lmping/sigbgs.png" mode=""></image>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<view class="conutnum">{{couponNum?couponNum:0}}</view> <view class="conutnum">{{couponNum?couponNum:0}}</view>
<view class="counttits flex ali-c jus-c"> <view class="counttits flex ali-c jus-c">
<image class="titcions" src="{{clientImgPath}}/images/lmping/couponsicon.png" mode=""></image> <image class="titcions" src="{{clientImgPath}}/images/lmping/couponsicon.png" mode=""></image>
<text>鹿马券</text> <text>时代券</text>
</view> </view>
</view> </view>
<view class="statistics_item flex1"> <view class="statistics_item flex1">
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
<view class="signirule"> <view class="signirule">
<view class="siginitext">签到规则:</view> <view class="siginitext">签到规则:</view>
<view class="siginitext">1、静态参与(消费者最终可享受免费使用产品)消费者唯一做的就是每天签到,领取鹿马券参与自动拼团;</view> <view class="siginitext">1、静态参与(消费者最终可享受免费使用产品)消费者唯一做的就是每天签到,领取时代券参与自动拼团;</view>
<view class="siginitext">2、签到即获得5个鹿马券,由此取得参与拼团资格每次拼团消耗1个鹿马券。</view> <view class="siginitext">2、签到即获得5个时代券,由此取得参与拼团资格每次拼团消耗1个时代券。</view>
</view> </view>
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
<view class="msgsinfopup"> <view class="msgsinfopup">
<view class="texbody"> <view class="texbody">
<view class="tetxmsg tetxmsg_h2">签到规则:</view> <view class="tetxmsg tetxmsg_h2">签到规则:</view>
<view class="tetxmsg">1、静态参与(消费者最终可享受免费使用产品)消费者唯一做的就是每天签到,领取鹿马券参与自动拼团;</view> <view class="tetxmsg">1、静态参与(消费者最终可享受免费使用产品)消费者唯一做的就是每天签到,领取时代券参与自动拼团;</view>
<view class="tetxmsg">2、签到即获得5个鹿马券,由此取得参与拼团资格每次拼团消耗1个鹿马券。</view> <view class="tetxmsg">2、签到即获得5个时代券,由此取得参与拼团资格每次拼团消耗1个时代券。</view>
</view> </view>
<image bindtap="onClosetwo" class="closeicon" src="{{clientImgPath}}/images/images/colse.png" mode=""></image> <image bindtap="onClosetwo" class="closeicon" src="{{clientImgPath}}/images/images/colse.png" mode=""></image>
</view> </view>
......
...@@ -12,10 +12,10 @@ Page({ ...@@ -12,10 +12,10 @@ Page({
clientImgPath, clientImgPath,
join_income: 0,//参团收益 join_income: 0,//参团收益
spell_gold: { is_pay: 0, money: 0 },//鹿马 spell_gold: { is_pay: 0, money: 0 },//时代
spell_money: { status: 3, money: 0 },//拼团余额集合 spell_money: { status: 3, money: 0 },//拼团余额集合
spell_value: 0,//当日鹿马 spell_value: 0,//当日时代
total_spell_value: 0,//累计鹿马 total_spell_value: 0,//累计时代
coupon_num: 0, coupon_num: 0,
spell_vip: 0, spell_vip: 0,
...@@ -78,8 +78,8 @@ Page({ ...@@ -78,8 +78,8 @@ Page({
transferAccountsFun(e) { transferAccountsFun(e) {
let types = e.currentTarget.dataset.type; let types = e.currentTarget.dataset.type;
// 1 鹿马拼余额 // 1 时代拼余额
// 2 鹿马 // 2 时代
// is_pay==1 才可以转 // is_pay==1 才可以转
// status==4 可以转 // status==4 可以转
...@@ -92,7 +92,7 @@ Page({ ...@@ -92,7 +92,7 @@ Page({
return; return;
}else if(types==2 && this.data.spell_gold.money ==0){ }else if(types==2 && this.data.spell_gold.money ==0){
wx.showToast({ wx.showToast({
title: "鹿马杯金额不足!!", title: "时代杯金额不足!!",
icon:"none" icon:"none"
}) })
return; return;
...@@ -100,7 +100,7 @@ Page({ ...@@ -100,7 +100,7 @@ Page({
if (types == 1 && this.data.spell_money.status != 4) { if (types == 1 && this.data.spell_money.status != 4) {
//鹿马拼余额 //时代拼余额
wx.showToast({ wx.showToast({
title: "您暂时不可转到佣金", title: "您暂时不可转到佣金",
icon:"none" icon:"none"
...@@ -108,7 +108,7 @@ Page({ ...@@ -108,7 +108,7 @@ Page({
return false; return false;
} else if (types == 2 && this.data.spell_gold.is_pay != 1) { } else if (types == 2 && this.data.spell_gold.is_pay != 1) {
// 鹿马 // 时代
wx.showToast({ wx.showToast({
title: "您暂时不可转到佣金", title: "您暂时不可转到佣金",
icon:"none" icon:"none"
......
<!--pages/lmping/user/user.wxml--> <!--pages/lmping/user/user.wxml-->
<!-- 鹿马拼个人中心 --> <!-- 时代拼个人中心 -->
<view class="lmpinguser"> <view class="lmpinguser">
<view class="pinguhead"> <view class="pinguhead">
<!-- {{clientImgPath}} --> <!-- {{clientImgPath}} -->
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</view> </view>
</view> </view>
<view class="infotwos flex"> <view class="infotwos flex">
<view class="cumpsum">鹿马券 +{{coupon_num?coupon_num:0}}</view> <view class="cumpsum">时代券 +{{coupon_num?coupon_num:0}}</view>
<image bindtap="getqiaodao" class="sigbbb" src="{{clientImgPath}}/images/lmping/sigbbb.png" mode=""></image> <image bindtap="getqiaodao" class="sigbbb" src="{{clientImgPath}}/images/lmping/sigbbb.png" mode=""></image>
</view> </view>
</view> </view>
...@@ -31,11 +31,11 @@ ...@@ -31,11 +31,11 @@
<view class="tatisticsbox"> <view class="tatisticsbox">
<view class="tongjilines flex ali-c jus-a"> <view class="tongjilines flex ali-c jus-a">
<navigator hover-class="none" url="/pages/lmping/lmvallog/lmvallog" class="tongjiitems" style="border-right: 1px solid rgba(255, 255, 255, 0.5);"> <navigator hover-class="none" url="/pages/lmping/lmvallog/lmvallog" class="tongjiitems" style="border-right: 1px solid rgba(255, 255, 255, 0.5);">
<view class="tjtitle">当日鹿马值</view> <view class="tjtitle">当日时代值</view>
<view class="tongjival">{{spell_value?spell_value:0}}</view> <view class="tongjival">{{spell_value?spell_value:0}}</view>
</navigator> </navigator>
<navigator hover-class="none" url="/pages/lmping/lmvallog/lmvallog" class="tongjiitems" style="border-right: 1px solid rgba(255, 255, 255, 0.5);"> <navigator hover-class="none" url="/pages/lmping/lmvallog/lmvallog" class="tongjiitems" style="border-right: 1px solid rgba(255, 255, 255, 0.5);">
<view class="tjtitle">累计鹿马值</view> <view class="tjtitle">累计时代值</view>
<view class="tongjival">{{total_spell_value?total_spell_value:0}}</view> <view class="tongjival">{{total_spell_value?total_spell_value:0}}</view>
</navigator> </navigator>
<!-- /pages/personal/I_bill/I_bill?current=7&source=7 --> <!-- /pages/personal/I_bill/I_bill?current=7&source=7 -->
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<view class="contsitemsbox flex1 jus-c"> <view class="contsitemsbox flex1 jus-c">
<view class="contsitems "> <view class="contsitems ">
<view class="pricesm"> <view class="pricesm">
<text class="prttt">鹿马杯</text> <text class="prttt">时代杯</text>
<text class="prval">{{spell_gold.money}}</text> <text class="prval">{{spell_gold.money}}</text>
</view> </view>
<!-- <view bindtap="toyjWithdraw" class="prbtns">立即提现</view> --> <!-- <view bindtap="toyjWithdraw" class="prbtns">立即提现</view> -->
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</navigator> </navigator>
<navigator url="/pages/lmping/lmvallog/lmvallog" class="navitem" hover-class="none"> <navigator url="/pages/lmping/lmvallog/lmvallog" class="navitem" hover-class="none">
<image class="imgiocn imgiocn3" src="{{clientImgPath}}/images/lmping/toplog.png" mode=""></image> <image class="imgiocn imgiocn3" src="{{clientImgPath}}/images/lmping/toplog.png" mode=""></image>
<view class="navnames">鹿马值记录</view> <view class="navnames">时代值记录</view>
</navigator> </navigator>
<!-- <view class="navitem" style="margin-top: 57rpx;"> <!-- <view class="navitem" style="margin-top: 57rpx;">
<image class="imgiocn imgiocn4" src="{{clientImgPath}}/images/lmping/pingprice.png" mode=""></image> <image class="imgiocn imgiocn4" src="{{clientImgPath}}/images/lmping/pingprice.png" mode=""></image>
......
{ {
"usingComponents": { "usingComponents": {
"method_payment": "/components/dialog/method_payment/method_payment", "method_payment": "/components/dialog/method_payment/method_payment",
"van-tab": "/@vant/weapp/lib/tab/index", "van-tab": "/vant/weapp/lib/tab/index",
"van-tabs": "/@vant/weapp/lib/tabs/index", "van-tabs": "/vant/weapp/lib/tabs/index",
"mp-dialog": "/@vant/weapp/lib/popup/index" "mp-dialog": "/vant/weapp/lib/popup/index"
}, },
"navigationBarTitleText": "我的订单", "navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true "enablePullDownRefresh": true
......
...@@ -126,7 +126,7 @@ Page({ ...@@ -126,7 +126,7 @@ Page({
}else if(res.code == 1){ }else if(res.code == 1){
wx.showModal({ wx.showModal({
title: '温馨提示', title: '温馨提示',
content: '鹿马券已不足,请先去签到', content: '时代券已不足,请先去签到',
cancelText: "先逛逛", cancelText: "先逛逛",
confirmText: "去签到", confirmText: "去签到",
success: (res) => { success: (res) => {
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<view class="bt_box"> <view class="bt_box">
<view class="mb-30 titleboxs" > <view class="mb-30 titleboxs" >
<text class="pingtst">鹿马拼</text> <text class="pingtst">时代拼</text>
<text class="twolines">{{goods.title}}</text> <text class="twolines">{{goods.title}}</text>
</view> </view>
<view class="bt_ys xi_hui pb-15"> <view class="bt_ys xi_hui pb-15">
......
...@@ -654,19 +654,19 @@ ...@@ -654,19 +654,19 @@
"scene": null "scene": null
}, },
{ {
"name": "鹿马拼", "name": "时代拼",
"pathName": "pages/lmping/home/home", "pathName": "pages/lmping/home/home",
"query": "log_id=65035&amount=100&order_id=57354", "query": "log_id=65035&amount=100&order_id=57354",
"scene": null "scene": null
}, },
{ {
"name": "鹿马拼签到", "name": "时代拼签到",
"pathName": "pages/lmping/signin/signin", "pathName": "pages/lmping/signin/signin",
"query": "log_id=65035&amount=100&order_id=57354", "query": "log_id=65035&amount=100&order_id=57354",
"scene": null "scene": null
}, },
{ {
"name": "鹿马拼 拼团产品详情", "name": "时代拼 拼团产品详情",
"pathName": "pages/shop/shops/weidian/ping_details/ping_details", "pathName": "pages/shop/shops/weidian/ping_details/ping_details",
"query": "goods_id=48916&cate_id=36", "query": "goods_id=48916&cate_id=36",
"scene": null "scene": null
...@@ -684,25 +684,25 @@ ...@@ -684,25 +684,25 @@
"scene": null "scene": null
}, },
{ {
"name": "我的粉丝-鹿马拼", "name": "我的粉丝-时代拼",
"pathName": "pages/lmping/myfans/myfans", "pathName": "pages/lmping/myfans/myfans",
"query": "", "query": "",
"scene": null "scene": null
}, },
{ {
"name": "鹿马拼-推广名片", "name": "时代拼-推广名片",
"pathName": "pages/lmping/pushcard/pushcard", "pathName": "pages/lmping/pushcard/pushcard",
"query": "", "query": "",
"scene": null "scene": null
}, },
{ {
"name": "鹿马值记录~", "name": "时代值记录~",
"pathName": "pages/lmping/lmvallog/lmvallog", "pathName": "pages/lmping/lmvallog/lmvallog",
"query": "", "query": "",
"scene": null "scene": null
}, },
{ {
"name": "鹿马拼商城子列表", "name": "时代拼商城子列表",
"pathName": "pages/lmping/hometwo/hometwo", "pathName": "pages/lmping/hometwo/hometwo",
"query": "type=2", "query": "type=2",
"scene": null "scene": null
......
...@@ -55,7 +55,7 @@ component_1.VantComponent({ ...@@ -55,7 +55,7 @@ component_1.VantComponent({
var _this = this; var _this = this;
/** /**
* 修复修改输入框值时,输入框失焦和赋值同时触发,赋值失效 * 修复修改输入框值时,输入框失焦和赋值同时触发,赋值失效
* https://github.com/youzan/@vant/weapp/issues/1768 * https://github.com/youzan/vant/weapp/issues/1768
*/ */
setTimeout(function () { setTimeout(function () {
if (version_1.canIUseModel()) { if (version_1.canIUseModel()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment