摘要: data created methods 阅读全文
posted @ 2021-08-30 16:02 阳菜 阅读(109) 评论(0) 推荐(0)
摘要: html <li> <a :href="publicPath + 'matsui.html'" >关于松井 <div class="nav_matsui"> <p><a :href="***">经营理念</a></p> <p><a :href="***'">公司概要</a></p> <p>& 阅读全文
posted @ 2021-08-24 18:03 阳菜 阅读(112) 评论(0) 推荐(0)
摘要: 效果如下 html <!-- 产品列表 --> <div class="product_main"> <div class="product_tabs"> <div class="product_tabs_div" v-for="(item, index) in productList" :key= 阅读全文
posted @ 2021-08-20 15:48 阳菜 阅读(48) 评论(0) 推荐(0)
摘要: https://cli.im/ 阅读全文
posted @ 2021-08-03 18:00 阳菜 阅读(28) 评论(0) 推荐(0)
摘要: wxml: <view class="hzl"> <block wx:for='{{hzMap}}' wx:key='img'> <view class="hzl_a {{item.show}}"> <image class="img4" src='{{item.url}}'></image> </ 阅读全文
posted @ 2021-07-08 11:38 阳菜 阅读(2238) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>冒泡排序< 阅读全文
posted @ 2021-03-15 22:52 阳菜 阅读(41) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2021-03-15 22:48 阳菜 阅读(34) 评论(0) 推荐(0)
摘要: import { Component } from "react"; import { withRouter } from "react-router-dom"; class SubCom extends Component { constructor() { super(); } render() 阅读全文
posted @ 2021-01-22 09:35 阳菜 阅读(376) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docum 阅读全文
posted @ 2020-12-26 19:27 阳菜 阅读(155) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docum 阅读全文
posted @ 2020-12-26 10:16 阳菜 阅读(495) 评论(0) 推荐(0)