Sfoglia il codice sorgente

产权交易

RongCheng
庞东旭 2 anni fa
parent
commit
fb748d69e6
2 ha cambiato i file con 12 aggiunte e 2 eliminazioni
  1. +10
    -0
      static/js/project/listingItems/bond.js
  2. +2
    -2
      view/listingItems/bond.html

+ 10
- 0
static/js/project/listingItems/bond.js Vedi File

@@ -31,8 +31,18 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true); tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true);
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
tools.getWebConfig(); tools.getWebConfig();

tools.doGet(webConfig, {}, module.webConfig, true)
}; };


//底部友情链接
module.webConfig = function (data) {
if (data.code == 200) {
$("#fwxyConfig").html(data.data[15].configValue);
$("#cnsConfig").html(data.data[16].configValue);
}
}

//底部友情链接 //底部友情链接
module.bankType = function (data) { module.bankType = function (data) {
if (data.code == 200) { if (data.code == 200) {


+ 2
- 2
view/listingItems/bond.html Vedi File

@@ -239,7 +239,7 @@
<div class="bg-mengban"></div> <div class="bg-mengban"></div>
<div class="dialog_content"> <div class="dialog_content">
<p class="dialog_tt">乳山市农村产权交易项目报名服务协议</p> <p class="dialog_tt">乳山市农村产权交易项目报名服务协议</p>
<div class="dialog_content_center">
<div class="dialog_content_center" id="fwxyConfig">
<p>甲方:乳山市市农村产权交易中心</p> <p>甲方:乳山市市农村产权交易中心</p>


<p>乙方:意向受让方</p> <p>乙方:意向受让方</p>
@@ -272,7 +272,7 @@
<div class="bg-mengban"></div> <div class="bg-mengban"></div>
<div class="dialog_content"> <div class="dialog_content">
<p class="dialog_tt">竞买人承诺书</p> <p class="dialog_tt">竞买人承诺书</p>
<div class="dialog_content_center">
<div class="dialog_content_center" id="cnsConfig">
<p>乳山市农村产权交易中心:</p> <p>乳山市农村产权交易中心:</p>
<p>本意向受让方按照公开、公平、公正、诚实的原则,作出如下承诺:</p> <p>本意向受让方按照公开、公平、公正、诚实的原则,作出如下承诺:</p>
<p>1、本次受让是我方真实意愿表示,所提交材料及受让申请中内容不存在虚假记载、误导性陈述或重大遗漏,我方对其真实性、完整性、合法性、有效性承担相应的法律责任</p> <p>1、本次受让是我方真实意愿表示,所提交材料及受让申请中内容不存在虚假记载、误导性陈述或重大遗漏,我方对其真实性、完整性、合法性、有效性承担相应的法律责任</p>


Caricamento…
Annulla
Salva