kevin_zhangl 3 лет назад
Родитель
Сommit
9130e3a6c0
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      frontendEle/src/views/shop/order.vue

+ 6 - 6
frontendEle/src/views/shop/order.vue

@@ -139,9 +139,9 @@
               </div>
           </div>
 
-        <el-dialog title="订单支付" v-if="visible" :visible.sync="visible" width="30%" v-loading="payStackLoading" :before-close="handleClose">
+        <el-dialog title="Pay" v-if="visible" :visible.sync="visible" width="30%" v-loading="payStackLoading" :before-close="handleClose">
             <section>
-                <h1>Lorem Ipsum Dolor Sit Amet</h1>
+<!--                <h1>Lorem Ipsum Dolor Sit Amet</h1>-->
                 <div class="formcontainer">
                     <el-divider></el-divider>
                     <div class="container">
@@ -169,14 +169,14 @@
                 :callback="processPayment"
                 :close="processClose"
             >
-                <el-button type="primary" size="small">支 付</el-button>
+                <el-button type="primary" size="small">Pay</el-button>
 
             </paystack>
-            <el-button type="danger" size="small" class="cancelButton" @click="handleClose">取 消</el-button>
+            <el-button type="danger" size="small" class="cancelButton" @click="handleClose">Cancel</el-button>
         </el-dialog>
 
-        <el-dialog title="提示" :visible.sync="payDialog" :show-close="false" width="350px" :close="handleOrderList">
-          <el-result icon="success" title="支付成功">
+        <el-dialog title="Tips" :visible.sync="payDialog" :show-close="false" width="350px" :close="handleOrderList">
+          <el-result icon="success" title="Successful">
             <template slot="extra">
               <span style="color: #008efa; font-size: 30px;">{{ countdown }}</span>
             </template>