kevin_zhangl 2 anni fa
parent
commit
de5a328b03
3 ha cambiato i file con 1 aggiunte e 40 eliminazioni
  1. BIN
      public/favicon.ico
  2. 0 31
      public/ipay.html
  3. 1 9
      src/views/user/member-network-move.vue

BIN
public/favicon.ico


+ 0 - 31
public/ipay.html

@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-	<head>
-		<meta charset="utf-8">
-		<title></title>
-	</head>
-	<body>
-    <FORM method="post" name="ePayment"
-    action="https://sandbox.ipay88.co.id/epayment/entry.asp">
-    <INPUT type="hidden" name="MerchantCode"  value="M08669_S0002">
-    <INPUT type="hidden" name="PaymentId" value="2">
-    <INPUT type="hidden" name="RefNo" value="TEST123">
-    <INPUT type="hidden" name="Amount"  value="1.00">
-    <INPUT type="hidden" name="Currency"  value="MYR">
-    <INPUT type="hidden" name="ProdDesc"  value="This is a test product">
-    <INPUT type="hidden" name="UserName"  value="Technical Support">
-    <INPUT type="hidden" name="UserEmail" value="techsupp@ipay88.co.id">
-    <INPUT type="hidden" name="UserContact" value="081234567890">
-    <INPUT type="hidden" name="Remark"  value="Here is the description">
-    <INPUT type="hidden" name="Lang"  value="UTF-8">
-    <INPUT type="hidden" name="SignatureType" value="SHA256">
-    <INPUT type="hidden" name="Signature"
-    value="lMdndfLQobEF8a7KHPgtd9WSYok=">
-   <INPUT type="hidden" name="ResponseURL"
-    value="http://16.163.228.151:8040/v1/demo/ipayments">
-    <INPUT type="hidden" name="BackendURL"
-    value="http://16.163.228.151:8040/v1/demo/ipayments">
-    <INPUT type="submit" value="Proceed with Payment" name="Submit">
-    </FORM>
-	</body>
-</html>

+ 1 - 9
src/views/user/member-network-move.vue

@@ -178,7 +178,7 @@
 
 		<!-- 移网审核	-->
     <el-dialog :title="$t('member.reviewNetworkTransfer')" :visible.sync="dialogAuditFormVisible" :width="screenWidth" style="margin-top: -80px">
-      <el-form :model="form" label-width="230px" :label-position="labelPosition" v-loading="dialogAuditLoading" size="mini" style="padding: 10px 15px;">>
+      <el-form :model="form" label-width="230px" :label-position="labelPosition" v-loading="dialogAuditLoading" size="mini" style="padding: 10px 15px;">
         <el-form-item :label="$t('member.networkTransferType')">
           <el-select v-model="form.type" :placeholder="$t('member.selectNetworkTransferType')" style="width: 100%;">
             <el-option v-for="(item,key) in netType" :label="item.name" :value="item.id" :key="key"></el-option>
@@ -347,10 +347,6 @@
         this.auditId = row.ID
         this.dialogEditFormVisible = true
 				fetchNetworkMoveGet({ id: this.auditId }).then(response => {
-					this.$message({
-						message: response,
-						type: 'success'
-					})
 					this.dialogEditLoading = false
 					this.form = response
 					this.form.type = String(response.type)
@@ -390,10 +386,6 @@
         this.auditId = row.ID
         this.dialogAuditFormVisible = true
 				fetchNetworkMoveGet({ id: this.auditId }).then(response => {
-					this.$message({
-						message: response,
-						type: 'success'
-					})
 					this.dialogAuditLoading = false
 					this.form = response
 					this.form.type = String(response.type)