li.shaoyi 3 anos atrás
pai
commit
23ab0941d7

+ 2 - 5
src/packages/mobile/views/rules/cght/index.vue

@@ -13,16 +13,13 @@
     </template>
     <div style="text-align: center; background-color: #fff; padding: 1rem 0">
       <h4 style="margin-bottom: 0.32rem">产能预售合同.docx</h4>
-      <Button type="primary" style="width: 50%" round @click="download"
-        >下载文档</Button
-      >
+      <Button type="primary" style="width: 50%" round @click="download">下载文档</Button>
     </div>
   </app-view>
 </template>
 
 <script lang="ts" setup>
-import { Tab, Tabs, Button } from "vant";
-import AppHtml from "@mobile/components/base/html-panel/index.vue";
+import { Button } from "vant";
 
 const download = () => {
   window.open("./html/ht_cg.docx");

+ 3 - 9
src/packages/mobile/views/rules/xhht/index.vue

@@ -13,23 +13,17 @@
     </template>
     <div style="text-align: center; background-color: #fff; padding: 1rem 0">
       <h4 style="margin-bottom: 0.32rem">现货贸易合同(买方).docx</h4>
-      <Button type="primary" style="width: 50%" round @click="downloadbuy"
-        >下载文档</Button
-      >
+      <Button type="primary" style="width: 50%" round @click="downloadbuy">下载文档</Button>
     </div>
-
     <div style="text-align: center; background-color: #fff; padding: 1rem 0">
       <h4 style="margin-bottom: 0.32rem">现货贸易合同(卖方).docx</h4>
-      <Button type="primary" style="width: 50%" round @click="downloadsell"
-        >下载文档</Button
-      >
+      <Button type="primary" style="width: 50%" round @click="downloadsell">下载文档</Button>
     </div>
   </app-view>
 </template>
 
 <script lang="ts" setup>
-import { Tab, Tabs, Button } from "vant";
-import AppHtml from "@mobile/components/base/html-panel/index.vue";
+import { Button } from "vant";
 
 const downloadbuy = () => {
   window.open("./html/ht_xh_b.docx");

+ 2 - 5
src/packages/mobile/views/rules/zrht/index.vue

@@ -13,16 +13,13 @@
     </template>
     <div style="text-align: center; background-color: #fff; padding: 1rem 0">
       <h4 style="margin-bottom: 0.32rem">协议转让合同.docx</h4>
-      <Button type="primary" style="width: 50%" round @click="download"
-        >下载文档</Button
-      >
+      <Button type="primary" style="width: 50%" round @click="download">下载文档</Button>
     </div>
   </app-view>
 </template>
 
 <script lang="ts" setup>
-import { Tab, Tabs, Button } from "vant";
-import AppHtml from "@mobile/components/base/html-panel/index.vue";
+import { Button } from "vant";
 
 const download = () => {
   window.open("./html/ht_zr.docx");