tanyanfei 6 月之前
父節點
當前提交
d98754d32b
共有 4 個文件被更改,包括 2 次插入1 次删除
  1. 二進制
      src/assets/images/doctor1.jpg
  2. 二進制
      src/assets/images/doctor2.jpg
  3. 二進制
      src/assets/images/patient.jpg
  4. 2 1
      src/components/UserAgree.vue

二進制
src/assets/images/doctor1.jpg


二進制
src/assets/images/doctor2.jpg


二進制
src/assets/images/patient.jpg


+ 2 - 1
src/components/UserAgree.vue

@@ -10,7 +10,8 @@
             frameborder="0" height="100%"></iframe>
             <iframe v-if="type==2" src="https://xjcoss.oss-cn-shanghai.aliyuncs.com/zky/static/pdf/patient.pdf#toolbar=0"
             frameborder="0" height="100%"></iframe> -->
-            <img v-if="type==1" src="../assets/images/doctor.jpg" width="100%" alt="">
+            <img v-if="type==1" src="../assets/images/doctor1.jpg" width="100%" alt="">
+            <img v-if="type==1" src="../assets/images/doctor2.jpg" width="100%" alt="">
             <img v-if="type==2" src="../assets/images/patient.jpg" width="100%" alt="">
         </div>
       </div>