更改样式与功能

This commit is contained in:
952108534@qq.com
2022-01-19 19:36:42 +08:00
parent a38c7b6ba9
commit b1822e57a3
4 changed files with 108 additions and 66 deletions

View File

@@ -219,12 +219,13 @@
</li>
</ol>
</div>
<div class="rc-button">
</div>
</div>
<div class="rc-button">
<span @click="openclose()">取消</span>
<em @click="openclose()">确认</em>
</div>
</div>
</div>
</div>
</div>
<el-dialog :visible.sync="dialogInfo1" hegight="700px" v-if="!isadrond">
@@ -312,11 +313,13 @@
</el-dialog>
</div>
<!-- rc-main end -->
<MyFooter></MyFooter>
</div>
</template>
<script>
import Myheader from "~/components/header.vue";
import MyFooter from '~/components/rc-footer.vue'
import { biaome, userstype, searchchanpin } from "../../ajax/getData";
export default {
data() {
@@ -520,6 +523,7 @@ export default {
},
components: {
Myheader,
MyFooter
},
mounted() {
this.usetmessage();