wangshan 9 жил өмнө
parent
commit
9edbdb0bac

+ 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();
 		}