Commit be6e1e9e authored by youjie's avatar youjie

no message

parent e1ce22db
import { HotelType, RoomType } from './../../@types/index';
export default {
//#region ending v1.0.0
failed: '執行失敗',
......
......@@ -386,7 +386,7 @@
</div>
</li>
<div v-if="UserCanUseCouponList.length==0" class="_no_coupon">
<p>暂无可用优惠券</p>
<p>{{$t('v101.scatteredOrder.nokeyongyouhuiquan')}}</p>
</div>
</ul>
</div>
......@@ -961,6 +961,12 @@
data.CouponIds=data.CouponIds.substring(0,data.CouponIds.length-1)
data.sureMsg.CouponAllotIds=data.CouponIds;
},
goShenqing () {
let dom = document.querySelector("#blankLink")
dom.href=`http://${window.location.host}/#/PsSystem/${1}`
dom.click()
},
// 兑换优惠券
GetCode(){
if(data.CodeLoading) return
......@@ -1043,8 +1049,6 @@
}
.commonSure .sawtooth:hover {
cursor: pointer;
/* box-shadow: 0px 1px 13px 0px rgb(189, 189, 189);
transition: all linear .5s; */
}
.commonSure .yhqUl .blue{
background-color: #8794E2;
......
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