mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改微信模板
This commit is contained in:
parent
a4abf3ad8c
commit
12c9b79601
@ -49,6 +49,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>window.form.render()</script>
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
@ -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');
|
||||
|
@ -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) {
|
||||
|
@ -56,7 +56,6 @@
|
||||
</fieldset>
|
||||
|
||||
<script>
|
||||
window.form.render();
|
||||
require(['excel'], function (excel) {
|
||||
excel.bind(function (data, sexs) {
|
||||
sexs = {1: '男', 2: '女'};
|
||||
|
@ -44,6 +44,4 @@
|
||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||
</div>
|
||||
</form>
|
||||
<script>window.form.render()</script>
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user