03 2020 档案
摘要:1.系统公用部分 <input id="DeleteMark" type="hidden" value="0" /> <input id="EnableMark" type="hidden" value="1" /> 2. Controllers公用部分 GetTreeJson GetTableJs
阅读全文
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- import requests from pyquery import PyQuery as pq url = 'http://wwwm/203031' headers = { 'User-Agent': '
阅读全文
摘要:1.效果及Vant 位置 2.JS import Dialog from 'vant-weapp/dialog/dialog'; Page({ data: { }, onLoad: function(options) { Dialog.confirm({ title: '取消預約', context
阅读全文
摘要:1.WXML <van-field name="idcard" label="ID Card" placeholder="ID Card Number" data-prop="idcard" value='{{idcard}}' required clearable clearable bindch
阅读全文