2020年9月24日
摘要: <template> <div v-html="payHtml">{{payHtml}}</div> </template> <script> import {skl_postInitiateOrder} from "../../../serve/api"; import Cookies from 阅读全文
posted @ 2020-09-24 16:36 我的梦想是开个小店 阅读(1035) 评论(0) 推荐(0)
摘要: PC端如以下地址获取ptype和orderId的值 http://localhost:20472//AppWeb/ToPay?ptype=2&orderId=e6c1f659-94cd-4e4d-b7c9-56b3c8a7a8d6 function getQueryString(name) { va 阅读全文
posted @ 2020-09-24 16:29 我的梦想是开个小店 阅读(8685) 评论(0) 推荐(0)
摘要: 跳转到下一页 html <van-cell :title="$t('mine.feedback')" icon="comment-circle" is-link @click="goToPage('fankui')"/> JS export default { data() { return{ me 阅读全文
posted @ 2020-09-24 16:19 我的梦想是开个小店 阅读(6282) 评论(0) 推荐(0)
摘要: https://youzan.github.io/vant/#/zh-CN/icon 阅读全文
posted @ 2020-09-24 16:08 我的梦想是开个小店 阅读(231) 评论(0) 推荐(0)
摘要: 问题: 在搜索页面,搜索出饼干商品,点击某饼干商品进入商品详情页, 再从商品详情页返回到搜索页面后,搜索页面应该依旧保留之前的搜索结果。 效果图: 解决方式: 1、搜索页面路由设置 { // 搜索 path: 'search', name: 'search', component: Search, 阅读全文
posted @ 2020-09-24 16:05 我的梦想是开个小店 阅读(4250) 评论(0) 推荐(0)
摘要: HTML <div v-html="payHtml" style="display:none"> {{payHtml}} </div> JS window.onload = function () { var app = new Vue({ el: '#app', data: { payHtml: 阅读全文
posted @ 2020-09-24 15:17 我的梦想是开个小店 阅读(899) 评论(0) 推荐(0)
摘要: 身份证号: html <textarea id="RS_Card" class="form-control" style="height:30px;" isvalid="yes" checkexpession="NotNull" ></textarea> js校验 var card = docume 阅读全文
posted @ 2020-09-24 14:11 我的梦想是开个小店 阅读(204) 评论(2) 推荐(0)
摘要: HTML代码块: <div id="dialog" title="评价" style="display: none;"> <div style="width:300px"> <span style="font-size:12px;float:left">物流评分:</span> <div id="w 阅读全文
posted @ 2020-09-24 09:48 我的梦想是开个小店 阅读(86) 评论(0) 推荐(0)
摘要: 转载 Html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>最简单的轮播效果</title> </head> <body> <div class="box" id="box"> <div class= 阅读全文
posted @ 2020-09-24 09:08 我的梦想是开个小店 阅读(120) 评论(0) 推荐(0)