修改微信模板

This commit is contained in:
Anyon 2022-03-03 17:39:08 +08:00
parent a4abf3ad8c
commit 12c9b79601
6 changed files with 5 additions and 10 deletions

View File

@ -49,6 +49,4 @@
<button class="layui-btn layui-btn-primary"><i class="layui-icon">&#xe615;</i> 搜 索</button>
</div>
</form>
<script>window.form.render()</script>
</fieldset>
</fieldset>

View File

@ -26,8 +26,8 @@
{block name='script'}
<script>
$(function () {
window.form.on('radio(wechat_type)', apply);
apply({value: '{:sysconf("wechat.type")}' || 'api'});
window.form.render(), window.form.on('radio(wechat_type)', apply);
function apply(data) {
this.$active = $("[data-wechat-type='" + data.value + "']").trigger('click');

View File

@ -80,7 +80,7 @@
<script>
(new function (type) {
type = "{:sysconf('wechat.mch_ssl_type')}" || 'none';
layui.form.render(), layui.form.val('payment', {'wechat.mch_ssl_type': type});
layui.form.val('payment', {'wechat.mch_ssl_type': type});
layui.form.on('radio(data-mch-type)', apply), apply.call(this, {value: type});
['wechat.mch_ssl_p12', 'wechat.mch_ssl_key', 'wechat.mch_ssl_cer'].forEach(function (type) {
$('input[name="' + type + '"]').on('change', function (that) {

View File

@ -56,7 +56,6 @@
</fieldset>
<script>
window.form.render();
require(['excel'], function (excel) {
excel.bind(function (data, sexs) {
sexs = {1: '男', 2: '女'};

View File

@ -44,6 +44,4 @@
<button class="layui-btn layui-btn-primary"><i class="layui-icon">&#xe615;</i> 搜 索</button>
</div>
</form>
<script>window.form.render()</script>
</fieldset>
</fieldset>

View File

@ -46,7 +46,7 @@
<button type="button" data-title="上传图片" data-file="btn" data-type="jpg,png,jpeg" data-field="local_url" class="layui-btn layui-btn-sm layui-btn-primary">上传图片</button>
<br>
<label class="think-checkbox notselect margin-top-15">
<input ng-model="item.show_cover_pic" ng-checked="!!item.show_cover_pic" data-auto-none type="checkbox" value="1" name="show_cover_pic"> 在正文顶部显示此图片
<input ng-model="item.show_cover_pic" ng-checked="!!item.show_cover_pic" data-auto-none type="checkbox" value="1" name="show_cover_pic" lay-ignore> 在正文顶部显示此图片
</label>
</div>
</div>