This commit is contained in:
Gao xiaosong
2020-03-16 01:40:52 +08:00
parent 397082cdaf
commit e215701560
216 changed files with 11659 additions and 13905 deletions
@@ -98,13 +98,6 @@ var render = function() {
var _vm = this
var _h = _vm.$createElement
var _c = _vm._self._c || _h
if (!_vm._isMounted) {
_vm.e0 = function($event) {
return _vm.$yrouter.push({
path: "/pages/user/promotion/UserPromotion/index"
})
}
}
}
var recyclableRender = false
var staticRenderFns = []
@@ -148,9 +141,6 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
//
//
//
//
//
//
var _default =
{
name: "CashAudit",
@@ -165,7 +155,10 @@ var _default =
var myData = new Date();
this.time = myData.toLocaleString();
},
methods: {} };exports.default = _default;
methods: {
goUserPromotion: function goUserPromotion() {
this.$yrouter.push({ path: "/pages/user/promotion/UserPromotion/index" });
} } };exports.default = _default;
/***/ })
@@ -1 +1 @@
<view class="cash-audit _div"><view class="pictrue _div"><image src="{{$VUE_APP_RESOURCES_URL+'/images/examine.png'}}" class="_img"></image></view><view class="tip _div">提现申请已提交,等待人工审核</view><view class="time _div">{{time}}</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="bnt bg-color-red _div" bindtap="__e">好的</view></view>
<view class="cash-audit _div"><view class="pictrue _div"><image src="{{$VUE_APP_RESOURCES_URL+'/images/examine.png'}}" class="_img"></image></view><view class="tip _div">提现申请已提交,等待人工审核</view><view class="time _div">{{time}}</view><view data-event-opts="{{[['tap',[['goUserPromotion']]]]}}" class="bnt bg-color-red _div" bindtap="__e">好的</view></view>