wangxy 5 ماه پیش
والد
کامیت
df26e77f6b
3فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 1 1
      api/unitTest.js
  2. 0 2
      components/chengji/chengji.vue
  3. 1 1
      components/questionJiexi/questionJiexi.vue

+ 1 - 1
api/unitTest.js

@@ -13,7 +13,7 @@ export function getExamData(data = {}) {
 
 export function getExamSubmit(data = {}) {
   return request({
-    'url': '/app/shiti/submit',
+    'url': '/app/shiti/save',
     headers: {
       isToken: true
     },

+ 0 - 2
components/chengji/chengji.vue

@@ -7,8 +7,6 @@
 		<w-swiper :list="list" :swiperHeight="300" :positionIndex="current">
 			<template v-slot:default="{item,index}">
 				<view class="body" v-if="item.mta_show">
-					{{item}}
-					
 					<danxuan :question="item" showError v-if="item.type == '1'"></danxuan>
 					<panduan :question="item" showError v-if="item.type == '2'"></panduan>
 					<tiankong :question="item" showError v-if="item.type == '3'"></tiankong>

+ 1 - 1
components/questionJiexi/questionJiexi.vue

@@ -15,7 +15,7 @@
 
 <script setup>
 	import { ref,unref } from "vue";
-	const popupRef = ref(null)
+	const popupRef = ref(null);
 	let data = {};
 	function showPopup(item) {
 		data = item;