瀏覽代碼

剑鱼底部

wangshan 9 年之前
父節點
當前提交
9edbdb0bac
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      core/src/timetask.json
  2. 2 2
      core/src/web/templates/swordfish/wxtoolbar.html

+ 1 - 1
core/src/timetask.json

@@ -1 +1 @@
-{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-03-23 10:23:46"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-03-23 10:23:46"}},"marketisstart":true,"marketrate":300}
+{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-03-23 11:13:52"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-03-23 11:13:52"}},"marketisstart":true,"marketrate":300}

+ 2 - 2
core/src/web/templates/swordfish/wxtoolbar.html

@@ -86,9 +86,9 @@ var feedback = null;
 $(function(){
 	$(".bottom-toolbar>li").click(function(){
 		if($(this).index() == 0){
-			alert("搜索");
+			window.location.href = "/member/wxswordfish/search";
 		}else if($(this).index() == 1){
-			alert("我得订阅");
+			window.location.href = "/swordfish/page";
 		}else if($(this).index() == 2){
 			$(this).children(".toolbar-popover").show();
 		}