mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +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>
|
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<script>window.form.render()</script>
|
</fieldset>
|
||||||
</fieldset>
|
|
||||||
|
|
@ -26,8 +26,8 @@
|
|||||||
{block name='script'}
|
{block name='script'}
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
|
window.form.on('radio(wechat_type)', apply);
|
||||||
apply({value: '{:sysconf("wechat.type")}' || 'api'});
|
apply({value: '{:sysconf("wechat.type")}' || 'api'});
|
||||||
window.form.render(), window.form.on('radio(wechat_type)', apply);
|
|
||||||
|
|
||||||
function apply(data) {
|
function apply(data) {
|
||||||
this.$active = $("[data-wechat-type='" + data.value + "']").trigger('click');
|
this.$active = $("[data-wechat-type='" + data.value + "']").trigger('click');
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
<script>
|
<script>
|
||||||
(new function (type) {
|
(new function (type) {
|
||||||
type = "{:sysconf('wechat.mch_ssl_type')}" || 'none';
|
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});
|
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) {
|
['wechat.mch_ssl_p12', 'wechat.mch_ssl_key', 'wechat.mch_ssl_cer'].forEach(function (type) {
|
||||||
$('input[name="' + type + '"]').on('change', function (that) {
|
$('input[name="' + type + '"]').on('change', function (that) {
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.form.render();
|
|
||||||
require(['excel'], function (excel) {
|
require(['excel'], function (excel) {
|
||||||
excel.bind(function (data, sexs) {
|
excel.bind(function (data, sexs) {
|
||||||
sexs = {1: '男', 2: '女'};
|
sexs = {1: '男', 2: '女'};
|
||||||
|
@ -44,6 +44,4 @@
|
|||||||
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
<button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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>
|
<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>
|
<br>
|
||||||
<label class="think-checkbox notselect margin-top-15">
|
<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>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user